Searched defs:perform (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | ViewClickAction.java | 51 public void perform(UiController uiController, View view) { in perform() method in ViewClickAction
|
H A D | SuggestionsPopupwindowUtils.java | 121 public void perform(UiController uiController, View view) { in perform() method in SuggestionsPopupwindowUtils.SuggestionItemClickAction
|
H A D | MouseClickAction.java | 129 public void perform(UiController uiController, View view) { in perform() method in MouseClickAction
|
H A D | DragAction.java | 422 MotionEvent perform(UiController uiController, float[] coordinates, float[] precision); in perform() method 451 public void perform(UiController uiController, View view) { in perform() method in DragAction
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | PinchZoomAction.java | 219 public void perform(UiController uiController, View view) { in perform() method in PinchZoomAction
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | ReliableSurface.cpp | 232 int ReliableSurface::hook_perform(ANativeWindow* window, ANativeWindow_performFn perform, in hook_perform()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/ |
H A D | FakeVibratorControllerProvider.java | 119 public long perform(long effect, long strength, long vibrationId) { in perform() method in FakeVibratorControllerProvider.FakeNativeWrapper
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | VibratorController.java | 456 public long perform(long effect, long strength, long vibrationId) { in perform() method in VibratorController.NativeWrapper
|