Home
last modified time | relevance | path

Searched refs:performAction (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DNumberPickerTest.java50 provider.performAction(View.NO_ID, AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS, null); in testAccessibilityFocusedProperty()
58 provider.performAction( in testAccessibilityFocusedProperty()
70 provider.performAction( in testAccessibilityFocusedProperty()
82 provider.performAction( in testAccessibilityFocusedProperty()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java263 ((ActionAdapter) getListAdapter()).performAction(position); in onItemClick()
275 abstract void performAction(@IntRange(from = 0) int position); in performAction() method in AddPrinterActivity.ActionAdapter
407 public void performAction(@IntRange(from = 0) int position) { in performAction() method in AddPrinterActivity.CombinedAdapter
410 realPosition.first.performAction(realPosition.second); in performAction()
495 public void performAction(@IntRange(from = 0) int position) { in performAction() method in AddPrinterActivity.EnabledServicesAdapter
577 public void performAction(@IntRange(from = 0) int position) { in performAction() method in AddPrinterActivity.DisabledServicesAdapter
727 public void performAction(@IntRange(from = 0) int position) { in performAction() method in AddPrinterActivity.RecommendedServicesAdapter
890 public void performAction(@IntRange(from = 0) int position) { in performAction() method in AddPrinterActivity.NoPrintServiceMessageAdapter
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepAccessibilityDelegate.java46 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() method in QuickstepAccessibilityDelegate
55 return super.performAction(host, item, action, fromKeyboard); in performAction()
/aosp12/packages/apps/Dialer/java/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java174 private static void performAction( in performAction() method in PhoneNumberInteraction
214 private void performAction(String phoneNumber) { in performAction() method in PhoneNumberInteraction
215 PhoneNumberInteraction.performAction( in performAction()
324 performAction(primaryPhone); in onLoadComplete()
333 performAction(item.phoneNumber); in onLoadComplete()
574 PhoneNumberInteraction.performAction( in onClick()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java505 private boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in ExploreByTouchHelper
824 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in ExploreByTouchHelper.ExploreByTouchNodeProvider
825 return ExploreByTouchHelper.this.performAction(virtualViewId, action, arguments); in performAction()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeProvider.java237 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in AccessibilityNodeProvider
H A DAccessibilityNodeInfo.java1704 public boolean performAction(int action) { in performAction() method in AccessibilityNodeInfo
1731 public boolean performAction(int action, Bundle arguments) { in performAction() method in AccessibilityNodeInfo
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java1411 if (!fpv.performAction(ACTION_RESTORE_DEFAULT_FOCUS)) { in restoreDefaultFocusInRoot()
1463 boolean result = mFocusedNode.performAction(ACTION_SELECT); in handleCenterButtonEvent()
1508 boolean success = mFocusedNode.performAction(ACTION_CLICK); in handleCenterButtonEvent()
1520 boolean success = mFocusedNode.performAction(ACTION_LONG_CLICK); in handleCenterButtonLongPressEvent()
1596 if (mFocusArea.performAction(ACTION_NUDGE_SHORTCUT, arguments)) { in nudgeTo()
1637 if (fpv.performAction(ACTION_DISMISS_POPUP_WINDOW)) { in nudgeTo()
1669 if (!fpv.performAction(ACTION_HIDE_IME)) { in nudgeTo()
1931 boolean result = mFocusedNode.performAction(ACTION_CLEAR_SELECTION); in handleBackButtonEvent()
1985 boolean result = targetNode.performAction(actionToPerform.getId()); in performScrollAction()
2526 if (!fpv.performAction(ACTION_HIDE_IME)) { in maybeCloseIme()
[all …]
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
H A DNumberPickerRotationHandler.java38 numberPicker.getAccessibilityNodeProvider().performAction(View.NO_ID, in onGenericMotion()
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAnswerFragment.java181 public void performAction(AnswerFragment fragment) { in REJECT_WITH_SMS() method
192 public void performAction(AnswerFragment fragment) { in ANSWER_VIDEO_AS_AUDIO() method
203 public void performAction(AnswerFragment fragment) { in ANSWER_AND_RELEASE() method
224 public abstract void performAction(AnswerFragment fragment); in performAction() method in AnswerFragment.SecondaryBehavior
356 secondaryBehavior.performAction(this); in performSecondaryButtonAction()
360 answerAndReleaseBehavior.performAction(this); in performAnswerAndReleaseButtonAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java63 protected boolean performAction(View host, ItemInfo item, int action, boolean fromKeyboard) { in performAction() method in ShortcutMenuAccessibilityDelegate
H A DLauncherAccessibilityDelegate.java202 && performAction(host, (ItemInfo) host.getTag(), action, false)) { in performAccessibilityAction()
211 protected boolean performAction(final View host, final ItemInfo item, int action, in performAction() method in LauncherAccessibilityDelegate
541 return mDelegate.performAction( in invokeFromKeyboard()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java202 () -> node.performAction(AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS), in performAccessibilityFocus()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java262 public boolean performAction(final int virtualViewId, final int action, in performAction() method in KeyboardAccessibilityNodeProvider
/aosp12/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1102 provider.performAction(hoveredVirtualViewId, in dispatchHoverEvent()
1114 provider.performAction(hoveredVirtualViewId, in dispatchHoverEvent()
2542 public boolean performAction(int virtualViewId, int action, Bundle arguments) { in performAction() method in NumberPicker.AccessibilityNodeProviderImpl
2692 return super.performAction(virtualViewId, action, arguments); in performAction()
H A DGridView.java1388 provider.performAction(virtualViewId, in layoutChildren()
H A DListView.java1930 provider.performAction(virtualViewId, in layoutChildren()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java262 public void performAction() { in attemptNextPhoneAccount()
H A DCallsManager.java187 void performAction(); in performAction() method
5356 public void performAction() {
5374 public void performAction() {
5392 public void performAction() {
5435 mPendingAction.performAction();
/aosp12/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java758 succeeded = provider.performAction(virtualDescendantId, action, in performAccessibilityActionUiThread()
808 provider.performAction(virtualNodeId, in clearAccessibilityFocusUiThread()
H A DViewRootImpl.java4965 provider.performAction(virtualNodeId, in setAccessibilityFocus()
9358 provider.performAction(focusedChildId, in handleWindowContentChangedEvent()
H A DView.java9276 provider.performAction(virtualId, AccessibilityNodeInfo.ACTION_SET_TEXT, arguments); in autofill()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java668 }).when(mockHunFpv).performAction(ACTION_RESTORE_DEFAULT_FOCUS); in testNudgeTo_nudgeToHun()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3315 public void showBouncerWithDimissAndCancelIfKeyguard(OnDismissAction performAction, in showBouncerWithDimissAndCancelIfKeyguard() argument
3319 mStatusBarKeyguardViewManager.dismissWithAction(performAction, cancelAction, in showBouncerWithDimissAndCancelIfKeyguard()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3470 return focus.performAction(action.getId()); in performActionOnAccessibilityFocusedItemNotLocked()

12