Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarThresholdUtils.java83 public static int getCatchUpThreshold(Resources r, DeviceProfile dp) { in getCatchUpThreshold() method in TaskbarThresholdUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java395 mTaskbarCatchUpThreshold = TaskbarThresholdUtils.getCatchUpThreshold(res, mDp); in AbsSwipeUpHandler()