am 34ecd12a: Merge "Add comment"

* commit '34ecd12a058cbc9756e7f323b264a27acb378206':
  Add comment
main
Kurt Partridge 2013-01-17 09:52:56 -08:00 committed by Android Git Automerger
commit 2335094eff
1 changed files with 5 additions and 0 deletions

View File

@ -852,6 +852,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;
} }