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.java1426 private long mLastRuntime; field in PhotoView.RotateRunnable
1446 mLastRuntime = NEVER; in start()
1468 long delta = mLastRuntime != NEVER ? now - mLastRuntime : 0L; in run()
1481 mLastRuntime = now; in run()