Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DNavBarGestureHandler.java18 import static com.android.launcher3.util.VibratorWrapper.OVERVIEW_HAPTIC;
156 VibratorWrapper.INSTANCE.get(mContext).vibrate(OVERVIEW_HAPTIC); in onMotionPauseDetected()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonNavbarToOverviewTouchController.java30 import static com.android.launcher3.util.VibratorWrapper.OVERVIEW_HAPTIC;
241 VibratorWrapper.INSTANCE.get(mLauncher).vibrate(OVERVIEW_HAPTIC); in onMotionPauseDetected()
DNoButtonQuickSwitchTouchController.java50 import static com.android.launcher3.util.VibratorWrapper.OVERVIEW_HAPTIC;
206 VibratorWrapper.INSTANCE.get(mLauncher).vibrate(OVERVIEW_HAPTIC); in onMotionPauseDetected()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DVibratorWrapper.java74 public static final VibrationEffect OVERVIEW_HAPTIC = EFFECT_CLICK; field in VibratorWrapper
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DAbsSwipeUpHandler.java46 import static com.android.launcher3.util.VibratorWrapper.OVERVIEW_HAPTIC;
828 VibratorWrapper.INSTANCE.get(mContext).vibrate(OVERVIEW_HAPTIC);
2250 VibratorWrapper.INSTANCE.get(mContext).vibrate(OVERVIEW_HAPTIC);