Searched refs:mLastRuntime (Results 1 – 1 of 1) sorted by relevance
1443 private long mLastRuntime; field in PhotoView.RotateRunnable1463 mLastRuntime = NEVER; in start()1485 long delta = mLastRuntime != NEVER ? now - mLastRuntime : 0L; in run()1498 mLastRuntime = now; in run()