Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1225 private static final long NEVER = -1L; field in PhotoView.TranslateRunnable
1240 mLastRunTime = NEVER; in TranslateRunnable()
1251 mLastRunTime = NEVER; in start()
1282 float delta = (mLastRunTime != NEVER) ? (now - mLastRunTime) / 1000f : 0f; in run()
1327 private static final long NEVER = -1L; field in PhotoView.SnapRunnable
1339 mStartRunTime = NEVER; in SnapRunnable()
1350 mStartRunTime = NEVER; in start()
1376 float delta = (mStartRunTime != NEVER) ? (now - mStartRunTime) : 0f; in run()
1378 if (mStartRunTime == NEVER) { in run()
1419 private static final long NEVER = -1L; field in PhotoView.RotateRunnable
[all …]