/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 201 ((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() {
|
D | PowerAction.java | 57 public void onPress() { in onPress() method in PowerAction
|
D | RestartAction.java | 57 public void onPress() { in onPress() method in RestartAction
|
D | SingleKeyGestureDetector.java | 132 abstract void onPress(long downTime); in onPress() method in SingleKeyGestureDetector.SingleKeyRule 413 rule.onPress(mLastDownTime); in handleMessage()
|
D | PhoneWindowManager.java | 2346 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/ |
D | GlobalActionsDialogLite.java | 774 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/ |
D | Action.java | 32 void onPress(); in onPress() method
|
D | SinglePressAction.java | 59 abstract public void onPress(); in onPress() method in SinglePressAction
|
D | ToggleAction.java | 124 public final void onPress() { in onPress() method in ToggleAction
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 345 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/ |
D | SingleKeyGestureTests.java | 94 public void onPress(long downTime) { in initSingleKeyGestureRules() 131 public void onPress(long downTime) { in initSingleKeyGestureRules()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 88 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/ |
D | android-22.txt | 13661 method public abstract void onPress(int);
|
/frameworks/base/core/api/ |
D | current.txt | 19050 method @Deprecated public void onPress(int);
|
/frameworks/base/services/ |
D | art-profile | 40826 HPLcom/android/server/policy/PhoneWindowManager$PowerKeyRule;->onPress(J)V 41041 PLcom/android/server/policy/PowerAction;->onPress()V
|