Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCheckLongPressHelper.java86 public void setLongPressTimeoutFactor(float longPressTimeoutFactor) { in setLongPressTimeoutFactor() method in CheckLongPressHelper
DBubbleTextView.java305 public void setLongPressTimeoutFactor(float longPressTimeoutFactor) { in setLongPressTimeoutFactor() method in BubbleTextView
306 mLongPressHelper.setLongPressTimeoutFactor(longPressTimeoutFactor); in setLongPressTimeoutFactor()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java99 mLongPressHelper.setLongPressTimeoutFactor(1); in WidgetCell()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java139 icon.setLongPressTimeoutFactor(1f); in getView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsGridAdapter.java260 icon.setLongPressTimeoutFactor(1f); in onCreateViewHolder()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java251 icon.setLongPressTimeoutFactor(1f); in applyPredictionApps()