Home
last modified time | relevance | path

Searched refs:waitForIdleSync (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java65 inst.waitForIdleSync(); in testKeyScrolling()
82 inst.waitForIdleSync(); in testTouchScrolling()
101 inst.waitForIdleSync(); in testKeyScrollingToTouchMode()
121 inst.waitForIdleSync(); in testTouchScrollingToTrackballMode()
123 inst.waitForIdleSync(); in testTouchScrollingToTrackballMode()
125 inst.waitForIdleSync(); in testTouchScrollingToTrackballMode()
137 inst.waitForIdleSync(); in arrowScroll()
144 inst.waitForIdleSync(); in arrowScroll()
157 inst.waitForIdleSync(); in touchScroll()
159 inst.waitForIdleSync(); in touchScroll()
[all …]
DListEmptyViewTest.java58 inst.waitForIdleSync(); in testZeroToOne()
68 inst.waitForIdleSync(); in testZeroToOneForwardBack()
79 inst.waitForIdleSync(); in testZeroToOneForwardBack()
93 inst.waitForIdleSync(); in testZeroToManyToZero()
101 inst.waitForIdleSync(); in testZeroToManyToZero()
122 inst.waitForIdleSync(); in testZeroToManyToZero()
DListFocusableTest.java194 getInstrumentation().waitForIdleSync(); in setFullAdapter()
203 getInstrumentation().waitForIdleSync(); in setEmptyAdapter()
212 getInstrumentation().waitForIdleSync(); in setNullAdapter()
221 getInstrumentation().waitForIdleSync(); in setFocusable()
230 getInstrumentation().waitForIdleSync(); in setNonFocusable()
DListRetainsFocusAcrossLayoutsTest.java54 getInstrumentation().waitForIdleSync(); in testBottomButtonRetainsFocusAfterLayout()
68 getInstrumentation().waitForIdleSync(); in testTopButtonOfSecondPositionRetainsFocusAfterLayout()
83 getInstrumentation().waitForIdleSync(); in testBottomButtonOfSecondPositionRetainsFocusAfterLayout()
DListViewHeightTest.java65 inst.waitForIdleSync(); in testButtons()
74 inst.waitForIdleSync(); in testButtons()
82 inst.waitForIdleSync(); in testButtons()
DListScrollListenerTest.java66 inst.waitForIdleSync(); in testKeyScrolling()
71 inst.waitForIdleSync(); in testKeyScrolling()
81 inst.waitForIdleSync(); in testKeyScrolling()
DListHeterogeneousTest.java61 inst.waitForIdleSync(); in testKeyScrolling()
69 inst.waitForIdleSync(); in testKeyScrolling()
DListItemRequestRectAboveThinFirstItemTest.java65 getInstrumentation().waitForIdleSync(); in testSecondItemRequestRectAboveTop()
92 getInstrumentation().waitForIdleSync(); in testSecondToLastItemRequestRectBelowBottom()
/frameworks/base/core/tests/coretests/src/android/widget/
DAutoCompleteTextViewCallbacks.java43 instrumentation.waitForIdleSync(); in testPopupNoSelection()
45 instrumentation.waitForIdleSync(); in testPopupNoSelection()
68 instrumentation.waitForIdleSync(); in testPopupEnterSelection()
79 instrumentation.waitForIdleSync(); in testPopupEnterSelection()
97 instrumentation.waitForIdleSync(); in testPopupEnterSelection()
117 instrumentation.waitForIdleSync(); in testPopupLeaveSelection()
119 instrumentation.waitForIdleSync(); in testPopupLeaveSelection()
123 instrumentation.waitForIdleSync(); in testPopupLeaveSelection()
133 instrumentation.waitForIdleSync(); in testPopupLeaveSelection()
DAutoCompleteTextViewPopup.java52 instrumentation.waitForIdleSync(); in testPopupSetListSelection()
64 instrumentation.waitForIdleSync(); in testPopupSetListSelection()
84 instrumentation.waitForIdleSync(); in testPopupGetListSelection()
111 instrumentation.waitForIdleSync(); in testPopupClearListSelection()
127 instrumentation.waitForIdleSync(); in testPopupClearListSelection()
144 instrumentation.waitForIdleSync(); in testPopupNavigateNoAdapter()
160 instrumentation.waitForIdleSync(); in testPopupNavigateNoAdapter()
181 instrumentation.waitForIdleSync(); in testPopupShow()
193 instrumentation.waitForIdleSync(); in testPopupShow()
204 instrumentation.waitForIdleSync(); in testPopupShow()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/
DRunQueueTest.java35 getInstrumentation().waitForIdleSync(); in testRunnableRan()
42 getInstrumentation().waitForIdleSync(); in testRunnableCancelled()
49 getInstrumentation().waitForIdleSync(); in testListenerFired()
56 getInstrumentation().waitForIdleSync(); in testTreeObserverKilled()
DLongpressTest.java72 getInstrumentation().waitForIdleSync(); in testKeypadLongClick()
75 getInstrumentation().waitForIdleSync(); in testKeypadLongClick()
82 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
DDisabledLongpressTest.java76 getInstrumentation().waitForIdleSync(); in testKeypadLongClick()
79 getInstrumentation().waitForIdleSync(); in testKeypadLongClick()
86 getInstrumentation().waitForIdleSync(); in testTouchLongClick()
DDisabledTest.java82 getInstrumentation().waitForIdleSync(); in testKeypadClick()
90 getInstrumentation().waitForIdleSync(); in testTouchClick()
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DScrollingThroughListOfFocusablesTest.java86 getInstrumentation().waitForIdleSync(); in testScrollingDownInFirstItem()
119 getInstrumentation().waitForIdleSync(); in testScrollingToSecondItem()
134 getInstrumentation().waitForIdleSync(); in testNoFadingEdgeAtBottomOfLastItem()
159 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection()
182 getInstrumentation().waitForIdleSync(); in testNavigatingUpThroughInternalSelection()
232 getInstrumentation().waitForIdleSync(); in ensureNotInTouchMode()
DListOfButtonsTest.java50 getInstrumentation().waitForIdleSync(); in setUp()
105 getInstrumentation().waitForIdleSync(); in TODO_testNavigateThroughAllButtonsAndBack()
134 getInstrumentation().waitForIdleSync(); in TODO_testNavigateThroughAllButtonsAndBack()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DScrollViewButtonsAndLabelsTest.java73 getInstrumentation().waitForIdleSync(); in testArrowScrollDownOffScreenVerticalFadingEdge()
109 getInstrumentation().waitForIdleSync(); in testArrowScrollDownToBottomElementOnScreen()
131 getInstrumentation().waitForIdleSync(); in testArrowScrollUpOffScreenVerticalFadingEdge()
151 getInstrumentation().waitForIdleSync(); in testArrowScrollUpToTopElementOnScreen()
171 getInstrumentation().waitForIdleSync(); in goToBottomButton()
DRequestRectangleVisibleTest.java104 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToOffScreenRectangleFromTop()
126 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToPartiallyOffScreenRectFromTop()
145 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToOffScreenRectangleFromBottom()
163 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish in testScrollToPartiallyOffScreenRectFromBottom()
184 getInstrumentation().waitForIdleSync(); in pressDownUntilViewInFocus()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java258 inst.waitForIdleSync(); in tapView()
265 inst.waitForIdleSync(); in tapView()
270 inst.waitForIdleSync(); in tapView()
298 inst.waitForIdleSync(); in touchAndCancelView()
305 inst.waitForIdleSync(); in touchAndCancelView()
333 inst.waitForIdleSync(); in clickView()
341 inst.waitForIdleSync(); in clickView()
346 inst.waitForIdleSync(); in clickView()
394 inst.waitForIdleSync(); in longClickView()
401 inst.waitForIdleSync(); in longClickView()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridSetSelectionBaseTest.java64 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheEnd()
80 getInstrumentation().waitForIdleSync(); in testSetSelectionToMiddle()
95 getInstrumentation().waitForIdleSync(); in testSetSelectionToTheTop()
DGridScrollListenerTest.java67 inst.waitForIdleSync(); in testKeyScrolling()
73 inst.waitForIdleSync(); in testKeyScrolling()
84 inst.waitForIdleSync(); in testKeyScrolling()
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListSetSelectionTest.java69 getInstrumentation().waitForIdleSync(); in testSetSelection()
99 getInstrumentation().waitForIdleSync(); in testSetSelectionFromTop()
135 getInstrumentation().waitForIdleSync(); in testSetSelection0()
/frameworks/base/core/java/android/test/
DInstrumentationTestCase.java120 getInstrumentation().waitForIdleSync(); in launchActivityWithIntent()
290 instrumentation.waitForIdleSync(); in sendKeys()
313 instrumentation.waitForIdleSync(); in sendKeys()
346 instrumentation.waitForIdleSync(); in sendRepeatedKeys()
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListOfItemsTallerThanScreenTest.java115 getInstrumentation().waitForIdleSync(); in testScrollFirstItemOffScreen()
139 getInstrumentation().waitForIdleSync(); in testScrollDownToLastItem()
149 getInstrumentation().waitForIdleSync(); in testScrollDownToLastItem()
DListItemsExpandOnSelectionTest.java88 getInstrumentation().waitForIdleSync(); in testMoveSelectionDownRequiringScroll()
110 getInstrumentation().waitForIdleSync(); in testMoveSelectionUpRequiringScroll()

123