Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java108 private long mCustomContentShowTime = -1; field in Workspace
1158 (mTouchDownTime - mCustomContentShowTime) > CUSTOM_CONTENT_GESTURE_DELAY; in determineScrollingStart()
1400 mCustomContentShowTime = System.currentTimeMillis(); in notifyPageSwitchListener()