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.java112 public void setLongPressTimeoutFactor(float longPressTimeoutFactor) { in setLongPressTimeoutFactor() method in CheckLongPressHelper
DBubbleTextView.java504 public void setLongPressTimeoutFactor(float longPressTimeoutFactor) { in setLongPressTimeoutFactor() method in BubbleTextView
505 mLongPressHelper.setLongPressTimeoutFactor(longPressTimeoutFactor); in setLongPressTimeoutFactor()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java141 icon.setLongPressTimeoutFactor(1f); in getView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java220 icon.setLongPressTimeoutFactor(1f); in applyPredictionApps()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DBaseAllAppsAdapter.java226 icon.setLongPressTimeoutFactor(1f); in onCreateViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java139 mLongPressHelper.setLongPressTimeoutFactor(1); in WidgetCell()