Searched refs:mLastRuntime (Results 1 – 1 of 1) sorted by relevance
1426 private long mLastRuntime; field in PhotoView.RotateRunnable1446 mLastRuntime = NEVER; in start()1468 long delta = mLastRuntime != NEVER ? now - mLastRuntime : 0L; in run()1481 mLastRuntime = now; in run()