Skip to content
Snippets Groups Projects
Commit 0a292ad8 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

Add comment

Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e
parent 90aaa2d0
No related branches found
No related tags found
No related merge requests found
...@@ -838,6 +838,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment