Searched refs:performHapticFeedback (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboardHelper.java263 performHapticFeedback();
306 performHapticFeedback();
309 private void performHapticFeedback() { method in class:PasswordEntryKeyboardHelper
311 mKeyboardView.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
H A DLockPatternView.java555 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneFallbackEventHandler.java120 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
142 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
167 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java179 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
H A DNumPadKey.java163 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java84 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { method in class:BridgeWindowSession
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl138 boolean performHapticFeedback(IWindow window, int effectId, boolean always);
H A DView.java4825 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
6813 * @see #performHapticFeedback(int)
6825 * @see #performHapticFeedback(int)
18011 public boolean performHapticFeedback(int feedbackConstant) { method in class:View
18012 return performHapticFeedback(feedbackConstant, 0);
18018 * <p>Like {@link #performHapticFeedback(int)}, with additional options.
18024 public boolean performHapticFeedback(int feedbackConstant, int flags) { method in class:View
18033 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant,
20186 boolean performHapticFeedback(int effectId, boolean always); method in interface:View.AttachInfo.Callbacks
H A DViewRootImpl.java5368 public boolean performHapticFeedback(int effectId, boolean always) { method in class:ViewRootImpl
5370 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java184 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java235 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java328 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/core/java/android/widget/
H A DGallery.java1100 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
1192 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DDatePickerCalendarDelegate.java647 mDelegator.performHapticFeedback(HapticFeedbackConstants.CALENDAR_DATE);
H A DTimePickerClockDelegate.java606 mDelegator.performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK);
H A DRadialTimePickerView.java1280 performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK);
H A DAbsListView.java3114 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
3129 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DTextView.java8693 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java246 public boolean performHapticFeedback(IWindow window, int effectId, method in class:Session

Completed in 478 milliseconds