Loading java/src/com/android/inputmethod/research/ResearchLogger.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -838,6 +838,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang mCurrentLogUnit = newLogUnit; mCurrentLogUnit = newLogUnit; } } /** * Record the time of a MotionEvent.ACTION_DOWN. * * Warning: Not thread safe. Only call from the main thread. */ private void setSavedDownEventTime(final long time) { private void setSavedDownEventTime(final long time) { mSavedDownEventTime = time; mSavedDownEventTime = time; } } Loading Loading
java/src/com/android/inputmethod/research/ResearchLogger.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -838,6 +838,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang mCurrentLogUnit = newLogUnit; mCurrentLogUnit = newLogUnit; } } /** * Record the time of a MotionEvent.ACTION_DOWN. * * Warning: Not thread safe. Only call from the main thread. */ private void setSavedDownEventTime(final long time) { private void setSavedDownEventTime(final long time) { mSavedDownEventTime = time; mSavedDownEventTime = time; } } Loading