Searched refs:SCROLL_ITEM_FOCUS (Results 1 – 5 of 5) sorted by relevance
19 import static android.view.HapticFeedbackConstants.SCROLL_ITEM_FOCUS;105 assertFeedbackCount(mView, SCROLL_ITEM_FOCUS, 1); in testRotaryEncoder_feedbackWhenDisregardingViewBasedScrollHaptics()137 assertOnlyFeedback(mView, HapticFeedbackConstants.SCROLL_ITEM_FOCUS); in testSnapToItem()433 for (int feedback : new int[] {SCROLL_ITEM_FOCUS, SCROLL_LIMIT, SCROLL_TICK}) { in assertNoFeedback()443 for (int feedback : new int[] {SCROLL_ITEM_FOCUS, SCROLL_LIMIT, SCROLL_TICK}) { in assertOnlyFeedback()
139 public static final int SCROLL_ITEM_FOCUS = 19; field in HapticFeedbackConstants
132 mView.performHapticFeedback(HapticFeedbackConstants.SCROLL_ITEM_FOCUS); in onSnapToItem()
137 case HapticFeedbackConstants.SCROLL_ITEM_FOCUS: in getVibrationForHapticFeedback()205 case HapticFeedbackConstants.SCROLL_ITEM_FOCUS: in getVibrationAttributesForHapticFeedback()401 case HapticFeedbackConstants.SCROLL_ITEM_FOCUS: in shouldBypassInterruptionPolicy()
37 import static android.view.HapticFeedbackConstants.SCROLL_ITEM_FOCUS;82 new int[] {SCROLL_ITEM_FOCUS, SCROLL_LIMIT, SCROLL_TICK};