parent
90aaa2d0a5
commit
0a292ad883
|
@ -838,6 +838,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||
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) {
|
||||
mSavedDownEventTime = time;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue