Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java199 ((SinglePressAction) mAdapter.getItem(0)).onPress(); in handleShow()
357 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java274 ((SinglePressAction) mAdapter.getItem(0)).onPress(); in handleShow()
493 public void onPress() { in onPress() method in GlobalActionsDialog.PowerAction
547 public void onPress() { in onPress() method in GlobalActionsDialog.EmergencyAffordanceAction
559 public void onPress() { in onPress() method in GlobalActionsDialog.EmergencyDialerAction
597 public void onPress() { in onPress() method in GlobalActionsDialog.RestartAction
608 public void onPress() { in onPress() method in GlobalActionsDialog.ScreenshotAction
638 onPress(); in onLongPress()
651 public void onPress() { in onPress() method in GlobalActionsDialog.BugReportAction
718 public void onPress() { in onPress() method in GlobalActionsDialog.LogoutAction
738 public void onPress() { in getSettingsAction()
[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/core/java/android/inputmethodservice/
DKeyboardView.java88 void onPress(int primaryCode); in onPress() method
1121 public void onPress(int primaryCode) { in onLongPress()
1122 mKeyboardActionListener.onPress(primaryCode); in onLongPress()
1278 mKeyboardActionListener.onPress(keyIndex != NOT_A_KEY ?
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13661 method public abstract void onPress(int);
/frameworks/base/api/
Dcurrent.txt22588 method @Deprecated public void onPress(int);