Home
last modified time | relevance | path

Searched refs:mLastRuntime (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1443 private long mLastRuntime; field in PhotoView.RotateRunnable
1463 mLastRuntime = NEVER; in start()
1485 long delta = mLastRuntime != NEVER ? now - mLastRuntime : 0L; in run()
1498 mLastRuntime = now; in run()