Searched defs:mLastRuntime (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1426 private long mLastRuntime; field in class:PhotoView.RotateRunnable
1446 mLastRuntime = NEVER;
1468 long delta = mLastRuntime != NEVER ? now - mLastRuntime : 0L;
1481 mLastRuntime = now;

Completed in 59 milliseconds