Searched refs:CONTEXT_CLICK (Results 1 – 11 of 11) sorted by relevance
33 import static android.view.HapticFeedbackConstants.CONTEXT_CLICK;100 assertThat(hapticProvider.getVibrationForHapticFeedback(CONTEXT_CLICK)) in testNonExistentCustomization_useDefault()107 assertThat(hapticProvider.getVibrationForHapticFeedback(CONTEXT_CLICK)) in testNonExistentCustomization_useDefault()116 assertThat(hapticProvider.getVibrationForHapticFeedback(CONTEXT_CLICK)) in testExceptionParsingCustomizations_useDefault()124 customizations.put(CONTEXT_CLICK, PRIMITIVE_CLICK_EFFECT); in testUseValidCustomizedVibration()129 assertThat(hapticProvider.getVibrationForHapticFeedback(CONTEXT_CLICK)) in testUseValidCustomizedVibration()140 + "<constant id=\"" + CONTEXT_CLICK + "\">" in testDoNotUseInvalidCustomizedVibration()149 assertThat(hapticProvider.getVibrationForHapticFeedback(CONTEXT_CLICK)) in testDoNotUseInvalidCustomizedVibration()
64 public static final int CONTEXT_CLICK = 6; field in HapticFeedbackConstants
8158 performHapticFeedback(HapticFeedbackConstants.CONTEXT_CLICK);
94 cvh.layout.performHapticFeedback(HapticFeedbackConstants.CONTEXT_CLICK) in <lambda>()110 cvh.layout.performHapticFeedback(HapticFeedbackConstants.CONTEXT_CLICK) in <lambda>()
362 verify(mVibrator).performHapticFeedback(any(), eq(HapticFeedbackConstants.CONTEXT_CLICK)); in playHaptic_onTouchExploration_performHapticFeedback()
104 case HapticFeedbackConstants.CONTEXT_CLICK: in getVibrationForHapticFeedback()
795 HapticFeedbackConstants.CONTEXT_CLICK in vibrateOnTouchExploration()
824 HapticFeedbackConstants.CONTEXT_CLICK in playStartHaptic()
494 HapticFeedbackConstants.CONTEXT_CLICK, true, false /* fromIme */); in performHapticFeedback_touchFeedbackDisabled_doNothing()
1107 eq(HapticFeedbackConstants.CONTEXT_CLICK) in playHapticOnTouchUdfpsArea_a11yTouchExplorationEnabled()
50978 field public static final int CONTEXT_CLICK = 6; // 0x6