Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarThresholdUtils.java33 public class TaskbarThresholdUtils { class
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DTaskbarUnstashInputConsumer.java44 import com.android.launcher3.taskbar.TaskbarThresholdUtils;
107 mTaskbarNavThreshold = TaskbarThresholdUtils.getFromNavThreshold(res, in TaskbarUnstashInputConsumer()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java3 import static com.android.launcher3.taskbar.TaskbarThresholdUtils.getFromNavThreshold;
DAbsSwipeUpHandler.java112 import com.android.launcher3.taskbar.TaskbarThresholdUtils;
390 TaskbarThresholdUtils.getAppWindowThreshold(res, mDp); in AbsSwipeUpHandler()
394 : TaskbarThresholdUtils.getHomeOverviewThreshold(res, mDp); in AbsSwipeUpHandler()
395 mTaskbarCatchUpThreshold = TaskbarThresholdUtils.getCatchUpThreshold(res, mDp); in AbsSwipeUpHandler()