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 37 private long mTouchDownTime;
244 mTouchDownTime = System.currentTimeMillis();
257 now < mTouchDownTime + ViewConfiguration.getTapTimeout()) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 38 private long mTouchDownTime;
256 mTouchDownTime = System.currentTimeMillis();
269 now < mTouchDownTime + ViewConfiguration.getTapTimeout()) {
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 107 private long mTouchDownTime = -1;
    [all...]

Completed in 79 milliseconds