Searched defs:mLastRunTime (Results 1 - 1 of 1) sorted by path

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1235 private long mLastRunTime; field in class:PhotoView.TranslateRunnable
1240 mLastRunTime = NEVER;
1251 mLastRunTime = NEVER;
1282 float delta = (mLastRunTime != NEVER) ? (now - mLastRunTime) / 1000f : 0f;
1284 mLastRunTime = now;

Completed in 46 milliseconds