Searched refs:LONG_PRESS_POWER_BUTTON (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | HapticFeedbackConstants.java | 226 public static final int LONG_PRESS_POWER_BUTTON = 10003; field in HapticFeedbackConstants
|
/frameworks/base/services/core/java/com/android/server/vibrator/ |
D | HapticFeedbackVibrationProvider.java | 142 case HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON: in getVibrationForHapticFeedback() 203 case HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON: in getVibrationAttributesForHapticFeedback()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 1405 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON, false, in powerLongPress() 1417 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON, false, in powerLongPress() 1424 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON, false, in powerLongPress() 1448 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON, false, in powerVeryLongPress() 2527 HapticFeedbackConstants.LONG_PRESS_POWER_BUTTON, false,
|