Searched refs:performHapticFeedback (Results 1 - 21 of 21) 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.java704 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneFallbackEventHandler.java122 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
149 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
179 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java253 performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
H A DNumPadKey.java159 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.aidl140 boolean performHapticFeedback(IWindow window, int effectId, boolean always);
H A DView.java5249 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
5269 performHapticFeedback(HapticFeedbackConstants.CONTEXT_CLICK);
7550 * @see #performHapticFeedback(int)
7562 * @see #performHapticFeedback(int)
19269 public boolean performHapticFeedback(int feedbackConstant) { method in class:View
19270 return performHapticFeedback(feedbackConstant, 0);
19276 * <p>Like {@link #performHapticFeedback(int)}, with additional options.
19282 public boolean performHapticFeedback(int feedbackConstant, int flags) { method in class:View
19291 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant,
21495 boolean performHapticFeedback(in method in interface:View.AttachInfo.Callbacks
[all...]
H A DViewRootImpl.java5478 public boolean performHapticFeedback(int effectId, boolean always) { method in class:ViewRootImpl
5480 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java163 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.java329 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/core/java/android/widget/
H A DGallery.java1099 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
1191 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DDatePickerCalendarDelegate.java600 mDelegator.performHapticFeedback(HapticFeedbackConstants.CALENDAR_DATE);
H A DRadialTimePickerView.java1023 performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK);
H A DTimePickerClockDelegate.java676 mDelegator.performHapticFeedback(HapticFeedbackConstants.CLOCK_TICK);
H A DAbsListView.java3144 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
3159 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
H A DTextView.java9234 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java447 mEventSource.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java247 public boolean performHapticFeedback(IWindow window, int effectId, method in class:Session
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java641 mSelected.itemView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);

Completed in 508 milliseconds