Searched defs:performHapticFeedbackLw (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java508 public boolean performHapticFeedbackLw(WindowState win, int effectId, method in class:TestWindowManagerPolicy
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1499 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); method in interface:WindowManagerPolicy
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java997 performHapticFeedbackLw(null, HapticFeedbackConstants.VIRTUAL_KEY, false);
1516 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
1522 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
1646 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
1772 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
3999 performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
6216 performHapticFeedbackLw(null, HapticFeedbackConstants.VIRTUAL_KEY, false);
7205 performHapticFeedbackLw(null, safeMode
7683 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always) { method in class:PhoneWindowManager

Completed in 66 milliseconds