Home
last modified time | relevance | path

Searched refs:onPress (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java201 ((SinglePressAction) mAdapter.getItem(0)).onPress(); in handleShow()
359 public void onPress() { in onPress() method in LegacyGlobalActions.BugReportAction
422 public void onPress() { in getSettingsAction()
444 public void onPress() {
464 public void onPress() {
486 public void onPress() {
509 public void onPress() {
559 public void onPress() {
625 mAdapter.getItem(which).onPress();
709 public void onPress() {
DPowerAction.java57 public void onPress() { in onPress() method in PowerAction
DRestartAction.java57 public void onPress() { in onPress() method in RestartAction
DSingleKeyGestureDetector.java132 abstract void onPress(long downTime); in onPress() method in SingleKeyGestureDetector.SingleKeyRule
413 rule.onPress(mLastDownTime); in handleMessage()
DPhoneWindowManager.java2346 void onPress(long downTime) { in onPress() method in PhoneWindowManager.PowerKeyRule
2397 void onPress(long downTime) { in onPress() method in PhoneWindowManager.BackKeyRule
2421 void onPress(long downTime) { in onPress() method in PhoneWindowManager.StemPrimaryKeyRule
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java774 public void onPress() { in onPress() method in GlobalActionsDialogLite.PowerOptionsAction
809 public void onPress() { in onPress() method in GlobalActionsDialogLite.ShutDownAction
877 public void onPress() { in onPress() method in GlobalActionsDialogLite.EmergencyAffordanceAction
890 public void onPress() { in onPress() method in GlobalActionsDialogLite.EmergencyDialerAction
940 public void onPress() { in onPress() method in GlobalActionsDialogLite.RestartAction
953 public void onPress() { in onPress() method in GlobalActionsDialogLite.ScreenshotAction
1004 public void onPress() { in onPress() method in GlobalActionsDialogLite.BugReportAction
1085 public void onPress() { in onPress() method in GlobalActionsDialogLite.LogoutAction
1099 public void onPress() { in getSettingsAction()
1121 public void onPress() {
[all …]
/frameworks/base/core/java/com/android/internal/globalactions/
DAction.java32 void onPress(); in onPress() method
DSinglePressAction.java59 abstract public void onPress(); in onPress() method in SinglePressAction
DToggleAction.java124 public final void onPress() { in onPress() method in ToggleAction
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java345 bugReportAction.onPress(); in testShouldLogBugreportPress()
361 emergencyDialerAction.onPress(); in testShouldLogEmergencyDialerPress()
369 screenshotAction.onPress(); in testShouldLogScreenshotPress()
490 lockDownAction.onPress(); in testShouldLogLockdownPress()
498 shutDownAction.onPress(); in testShouldLogShutdownPress()
514 restartAction.onPress(); in testShouldLogRebootPress()
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DSingleKeyGestureTests.java94 public void onPress(long downTime) { in initSingleKeyGestureRules()
131 public void onPress(long downTime) { in initSingleKeyGestureRules()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java88 void onPress(int primaryCode); in onPress() method
1123 public void onPress(int primaryCode) { in onLongPress()
1124 mKeyboardActionListener.onPress(primaryCode); in onLongPress()
1280 mKeyboardActionListener.onPress(keyIndex != NOT_A_KEY ?
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13661 method public abstract void onPress(int);
/frameworks/base/core/api/
Dcurrent.txt19050 method @Deprecated public void onPress(int);
/frameworks/base/services/
Dart-profile40826 HPLcom/android/server/policy/PhoneWindowManager$PowerKeyRule;->onPress(J)V
41041 PLcom/android/server/policy/PowerAction;->onPress()V