HomeSort by relevance Sort by last modified time
    Searched refs:mTouchDownTime (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 38 private long mTouchDownTime;
245 mTouchDownTime = System.currentTimeMillis();
258 now < mTouchDownTime + ViewConfiguration.getTapTimeout()) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 38 private long mTouchDownTime;
245 mTouchDownTime = System.currentTimeMillis();
258 now < mTouchDownTime + ViewConfiguration.getTapTimeout()) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 123 private long mTouchDownTime = -1;
    [all...]

Completed in 151 milliseconds