Searched refs:performHapticFeedback (Results 1 – 11 of 11) sorted by relevance
63 performHapticFeedback(viewToPerformHapticFeedbackOn); in performHapticAndAudioFeedback()111 public void performHapticFeedback(final View viewToPerformHapticFeedbackOn) { in performHapticFeedback() method in AudioAndHapticFeedbackManager121 viewToPerformHapticFeedbackOn.performHapticFeedback( in performHapticFeedback()
1618 feedbackManager.performHapticFeedback(keyboardView); in hapticAndAudioFeedback()
181 protected void performHapticFeedback(int feedbackConstant) { in performHapticFeedback() method in ActivityState182 mActivity.getWindow().getDecorView().performHapticFeedback(feedbackConstant, in performHapticFeedback()
660 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onSelectionModeChange()
654 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onSelectionModeChange()
777 getView().performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in keyPressed()906 view.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onClick()
2088 v.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onClickSearchButton()2099 v.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onClickVoiceButton()2130 v.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in onTouchDownAllAppsButton()2467 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS, in onLongClick()
375 mLongClickedView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in onLongPress()
266 mLauncher.getDragLayer().performHapticFeedback(HapticFeedbackConstants.LONG_PRESS); in startDrag()
2775 v.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY); in getHapticFeedbackTouchListener()3141 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS, in onLongClick()3167 mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS, in onLongClick()
233 view.performHapticFeedback( in onClick()