Searched refs:performHapticFeedback (Results 1 – 3 of 3) sorted by relevance
667 public boolean performHapticFeedback(int feedbackConstant) { in performHapticFeedback() method in MockView669 return super.performHapticFeedback(feedbackConstant); in performHapticFeedback()
4499 assertFalse(view.performHapticFeedback(LONG_PRESS)); in testHapticFeedback()4500 assertFalse(view.performHapticFeedback(LONG_PRESS, FLAG_IGNORE_GLOBAL_SETTING)); in testHapticFeedback()4502 view.performHapticFeedback(LONG_PRESS, ALWAYS)); in testHapticFeedback()4503 assertFalse(view.performHapticFeedback(HapticFeedbackConstants.NO_HAPTICS)); in testHapticFeedback()4508 view.performHapticFeedback(LONG_PRESS, FLAG_IGNORE_GLOBAL_SETTING)); in testHapticFeedback()4509 assertFalse(view.performHapticFeedback(HapticFeedbackConstants.NO_HAPTICS)); in testHapticFeedback()
52938 method public boolean performHapticFeedback(int);52939 method public boolean performHapticFeedback(int, int);