Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 190) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityMouseTest.java86 onView(withId(R.id.textview)).perform(mouseClick()); in testSelectTextByDrag()
87 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testSelectTextByDrag()
91 onView(withId(R.id.textview)).perform( in testSelectTextByDrag()
101 onView(withId(R.id.textview)).perform(mouseClickOnTextAtIndex(helloWorld.indexOf("w"))); in testSelectTextByDrag()
110 onView(withId(R.id.textview)).perform(mouseClick()); in testSelectTextByDrag_reverse()
111 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testSelectTextByDrag_reverse()
112 onView(withId(R.id.textview)).perform( in testSelectTextByDrag_reverse()
121 onView(withId(R.id.textview)).perform(mouseClick()); in testContextMenu()
122 onView(withId(R.id.textview)).perform(replaceText(text)); in testContextMenu()
126 onView(withId(R.id.textview)).perform( in testContextMenu()
[all …]
DTextViewActivityTest.java125 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testTypedTextIsOnScreen()
132 onView(withId(R.id.textview)).perform(replaceText(helloWorld)); in testPositionCursorAtTextAtIndex()
133 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(helloWorld.indexOf("world"))); in testPositionCursorAtTextAtIndex()
136 onView(withId(R.id.textview)).perform(pressKey(KeyEvent.KEYCODE_FORWARD_DEL)); in testPositionCursorAtTextAtIndex()
145 onView(withId(R.id.textview)).perform(replaceText(text)); in testPositionCursorAtTextAtIndex_arabic()
147 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(0)); in testPositionCursorAtTextAtIndex_arabic()
149 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(1)); in testPositionCursorAtTextAtIndex_arabic()
151 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(2)); in testPositionCursorAtTextAtIndex_arabic()
153 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(3)); in testPositionCursorAtTextAtIndex_arabic()
155 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(4)); in testPositionCursorAtTextAtIndex_arabic()
[all …]
DSuggestionsPopupWindowTest.java93 onView(withId(R.id.textview)).perform(click()); in testOnTextContextMenuItem()
94 onView(withId(R.id.textview)).perform(replaceText(text)); in testOnTextContextMenuItem()
111 onView(withId(R.id.textview)).perform(click()); in testSelectionActionMode()
112 onView(withId(R.id.textview)).perform(replaceText(text)); in testSelectionActionMode()
118 onView(withId(R.id.textview)).perform(longPressOnTextAtIndex(text.indexOf('e'))); in testSelectionActionMode()
133 onView(withId(R.id.textview)).perform(click()); in testInsertionActionMode()
134 onView(withId(R.id.textview)).perform(replaceText(text)); in testInsertionActionMode()
140 onView(withId(R.id.textview)).perform(clickOnTextAtIndex(text.indexOf('e'))); in testInsertionActionMode()
141 onHandleView(com.android.internal.R.id.insertion_handle).perform(click()); in testInsertionActionMode()
162 onView(withId(R.id.textview)).perform(click()); in testSuggestionItems()
[all …]
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h449 int (*perform)(struct ANativeWindow* window, member
562 return window->perform(window, NATIVE_WINDOW_SET_USAGE64, usage); in native_window_set_usage()
601 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop()
612 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount); in native_window_set_buffer_count()
632 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_GEOMETRY, in native_window_set_buffers_geometry()
653 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS, in native_window_set_buffers_dimensions()
678 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_USER_DIMENSIONS, in native_window_set_buffers_user_dimensions()
692 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format); in native_window_set_buffers_format()
711 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_DATASPACE, in native_window_set_buffers_data_space()
729 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_SMPTE2086_METADATA, in native_window_set_buffers_smpte2086_metadata()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragAction.java68 public MotionEvent perform(
103 public MotionEvent perform(
134 public MotionEvent perform(
169 public MotionEvent perform(
221 public MotionEvent perform(
250 public MotionEvent perform(
277 public MotionEvent perform(
314 MotionEvent downEvent = downMotion.perform(uiController, startCoordinates, precision); in sendLinearDrag()
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
DFloatingToolbarEspressoUtils.java108 .perform(click()); in toggleOverflow()
109 onView(isRoot()).perform(SLEEP); in toggleOverflow()
113 onView(isRoot()).perform(SLEEP); in sleepForFloatingToolbarPopup()
238 onFloatingToolBarItem(withText(itemLabel)).perform(click()); in clickFloatingToolbarItem()
258 public void perform(UiController uiController, View view) {
DSuggestionsPopupwindowUtils.java95 onSuggestionsPopupItem(withText(itemLabel)).perform(new SuggestionItemClickAction()); in clickSuggestionsPopupItem()
121 public void perform(UiController uiController, View view) { in perform() method in SuggestionsPopupwindowUtils.SuggestionItemClickAction
122 mViewClickAction.perform(uiController, view); in perform()
DViewClickAction.java51 public void perform(UiController uiController, View view) { in perform() method in ViewClickAction
52 mGeneralClickAction.perform(uiController, view); in perform()
DMouseClickAction.java129 public void perform(UiController uiController, View view) { in perform() method in MouseClickAction
130 mViewClickAction.perform(new MouseUiController(uiController, mButton), view); in perform()
DContextMenuUtils.java188 .inRoot(withDecorView(hasFocus())).perform(click()); in clickMenuItem()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/
DMockNativeWindow.h38 MOCK_METHOD1(perform, int(int));
39 MOCK_METHOD2(perform, int(int, int));
DMockNativeWindow.cpp48 return static_cast<NativeWindow*>(window)->perform(operation); in dispatch_perform()
82 ANativeWindow::perform = &dispatch_perform; in NativeWindow()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java97 .perform(click()); in twoOptionsAndUserSelectsOne()
99 .perform(click()); in twoOptionsAndUserSelectsOne()
200 onView(withId(R.id.button_once)).perform(click()); in hasLastChosenActivity()
235 .perform(click()); in hasOtherProfileOneOption()
237 .perform(click()); in hasOtherProfileOneOption()
276 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
277 onView(withId(R.id.button_once)).perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
321 .perform(click()); in hasLastChosenActivityAndOtherProfile()
322 onView(withId(R.id.button_once)).perform(click()); in hasLastChosenActivityAndOtherProfile()
DChooserActivityTest.java259 .perform(click()); in twoOptionsAndUserSelectsOne()
285 .perform(click()); in updateChooserCountsAndModelAfterUserSelection()
368 .perform(click()); in hasOtherProfileOneOption()
407 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
444 .perform(click()); in hasLastChosenActivityAndOtherProfile()
464 onView(withId(R.id.copy_button)).perform(click()); in copyTextToClipboard()
820 .perform(click()); in testDirectTargetSelectionLogging()
886 .perform(click()); in testDirectTargetLoggingWithRankedAppTarget()
947 .perform(click()); in testDirectTargetLoggingWithAppTargetNotRanked()
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp40 using Surface::perform;
56 ANativeWindow::perform = hook_perform; in ReliableSurface()
68 void ReliableSurface::perform(int operation, va_list args) { in perform() function in android::uirenderer::renderthread::ReliableSurface
300 int result = callProtected(getWrapped(window), perform, operation, args); in hook_perform()
304 getSelf(window)->perform(operation, args); in hook_perform()
DReliableSurface.h64 void perform(int operation, va_list args);
/frameworks/base/core/jni/
Dandroid_view_TextureView.cpp107 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds); in native_window_lock()
111 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST); in native_window_unlockAndPost()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp355 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)) in makeFakeExistingDisplayInjector()
357 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) in makeFakeExistingDisplayInjector()
359 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_USAGE64)) in makeFakeExistingDisplayInjector()
361 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)) in makeFakeExistingDisplayInjector()
376 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)) in setupNativeWindowSurfaceCreationCallExpectations()
378 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_CONNECT)) in setupNativeWindowSurfaceCreationCallExpectations()
380 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_USAGE64)) in setupNativeWindowSurfaceCreationCallExpectations()
382 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_API_DISCONNECT)) in setupNativeWindowSurfaceCreationCallExpectations()
625 EXPECT_CALL(*test->mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_DATASPACE)).Times(1); in setupComposerCallExpectations()
1206 EXPECT_CALL(*mNativeWindow, perform(NATIVE_WINDOW_SET_BUFFERS_FORMAT)).Times(1); in getBestColorMode()
[all …]
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp101 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds); in ANativeWindow_lock()
105 return window->perform(window, NATIVE_WINDOW_UNLOCK_AND_POST); in ANativeWindow_unlockAndPost()
/frameworks/base/core/tests/coretests/src/android/view/
DScaleGestureDetectorTest.java77 onView(withId(R.id.article)).perform(new PinchZoomAction(firstFingerStartCoords, in testScaleGestureDetector()
DPinchZoomAction.java219 public void perform(UiController uiController, View view) { in perform() method in PinchZoomAction
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt39 that it should perform composition every time the display refreshes. This
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp112 ANativeWindow::perform = &forwardPerform; in NativeWindow()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp165 ret = halCall(&V1_0::IVibrator::perform, static_cast<V1_0::Effect>(effect), in vibratorPerformEffect()
/frameworks/opt/telephony/
DREADME.txt61 could change it to perform 4 retries at 5 second intervals:

12345678