Searched refs:CLOCK_TICK (Results 1 – 9 of 9) sorted by relevance
19 import static android.view.HapticFeedbackConstants.CLOCK_TICK;429 verify(mView, times(0)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()435 verify(mView, times(1)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()441 verify(mView, times(1)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()447 verify(mView, times(2)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()453 verify(mView, times(2)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()459 verify(mView, times(3)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()465 verify(mView, times(3)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()471 verify(mView, times(4)).performHapticFeedback(CLOCK_TICK); in testOnTouchMove()
46 public static final int CLOCK_TICK = 4; field in HapticFeedbackConstants
20 import static android.view.HapticFeedbackConstants.CLOCK_TICK;365 getMenuView().performHapticFeedback(CLOCK_TICK); in onTouchMove()
285 performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK); in onTouchEvent()
748 mDelegator.performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK);
1035 performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK); in handleTouchInput()
5184 case HapticFeedbackConstants.CLOCK_TICK: in getVibrationEffect()
47151 field public static final int CLOCK_TICK = 4; // 0x4
32226 field public static final int CLOCK_TICK = 4; // 0x4