Searched refs:mLastRunTime (Results 1 – 1 of 1) sorted by relevance
1252 private long mLastRunTime; field in PhotoView.TranslateRunnable1257 mLastRunTime = NEVER; in TranslateRunnable()1268 mLastRunTime = NEVER; in start()1299 float delta = (mLastRunTime != NEVER) ? (now - mLastRunTime) / 1000f : 0f; in run()1301 mLastRunTime = now; in run()