Home
last modified time | relevance | path

Searched refs:removeView (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DViewAnimatorTest.java98 parent.removeView(v1); in testShowNext()
99 parent.removeView(v2); in testShowNext()
100 parent.removeView(v3); in testShowNext()
101 parent.removeView(v4); in testShowNext()
143 parent.removeView(v1); in testAccessDisplayedChild()
144 parent.removeView(v2); in testAccessDisplayedChild()
178 parent.removeView(v1); in testAccessDisplayedChildBoundary()
179 parent.removeView(v2); in testAccessDisplayedChildBoundary()
207 parent.removeView(v1); in testGetBaseline()
208 parent.removeView(v2); in testGetBaseline()
[all …]
DDigitalClockTest.java93 linearLayout.removeView(digitalClock); in testOnDetachedFromWindow()
109 linearLayout.removeView(digitalClock); in testOnAttachedToWindow()
DRadioGroupTest.java91 mRadioGroup.removeView(button3); in testSetOnHierarchyChangeListener()
103 mRadioGroup.removeView(button3); in testSetOnHierarchyChangeListener()
142 mRadioGroup.removeView(newButton); in testInternalCheckedStateTracker()
DListViewTest.java351 ((ViewGroup) headerView1.getParent()).removeView(headerView1); in testAccessHeaderView()
352 ((ViewGroup) headerView2.getParent()).removeView(headerView2); in testAccessHeaderView()
579 ((ViewGroup) headerView.getParent()).removeView(headerView); in testFindViewTraversal()
593 ((ViewGroup) headerView.getParent()).removeView(headerView); in testFindViewWithTagTraversal()
DAdapterViewTest.java140 mAdapterView.removeView(subView); in testRemoveView2()
DPopupWindowTest.java1406 () -> container.removeView(anchor), in testPositionAfterAnchorRemoval()
DTextViewTest.java5459 ll.removeView(tv); in testResetTextDirection()
5798 ll.removeView(tv); in testResetTextAlignment()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutoFinishSessionTest.java114 () -> ((ViewGroup) mEditText1.getParent()).removeView(mEditText1), in removeBothViewsToFinishSession()
116 () -> ((ViewGroup) mEditText2.getParent()).removeView(mEditText2), in removeBothViewsToFinishSession()
127 mParent.removeView(mEditText1); in removeOneViewToFinishSession()
161 () -> ((ViewGroup) mParent.getParent()).removeView(mParent), in removeParentToFinishSession()
242 mParent.removeView(mEditText1); in removeViewInBackground()
267 () -> ((ViewGroup) mParent.getParent()).removeView(mParent), in removeParentInBackground()
278 () -> mParent.removeView(mEditText1)); in removeViewAfterBackground()
DLoginActivityTest.java683 windowManager.removeView(overlay[0]); in testAutoFillOneDatasetAndSaveHidingOverlays()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewStartupCtsActivity.java45 vg.removeView(mWebView); in detachAndDestroyWebView()
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java111 private void removeView(View view) throws Throwable { in removeView() method in TooltipTest
112 mActivityRule.runOnUiThread(() -> ((ViewGroup) (view.getParent())).removeView(view)); in removeView()
717 removeView(mTooltipView); in testMouseHoverTooltipRemoveWhileWaiting()
724 removeView(mTooltipView); in testMouseHoverTooltipRemoveWhileWaiting()
731 removeView(mGroupView); in testMouseHoverTooltipRemoveWhileWaiting()
738 removeView(mGroupView); in testMouseHoverTooltipRemoveWhileWaiting()
749 removeView(mTooltipView); in testMouseHoverTooltipRemoveWhileShowing()
757 removeView(mGroupView); in testMouseHoverTooltipRemoveWhileShowing()
DSurfaceViewTest.java172 ((ViewGroup)mMockSurfaceView.getParent()).removeView(mMockSurfaceView); in surfaceInvalidatedWhileDetaching()
DView_UsingViewsTest.java195 parent.removeView(v); in testSetProperties()
204 parent.removeView(v); in testSetProperties()
DHoverTest.java112 mActivityRule.runOnUiThread(() -> ((ViewGroup)view.getParent()).removeView(view)); in remove()
DView_FocusHandlingTest.java297 group.removeView(singleView); in testHasFocusable()
DViewGroupTest.java194 mMockViewGroup.removeView(v2); in testAddKeyboardNavigationClusters()
1356 parent.removeView(child); in testRemoveView()
1632 h.cluster1.removeView(h.c1view1); in testFocusInClusterRemovals()
1709 h.cluster1.removeView(h.c1view1); in testDefaultFocusViewRemoved()
DViewTest.java2034 viewGroup.removeView(mockView); in testOnAttachedToAndDetachedFromWindow()
2405 mActivityRule.runOnUiThread(() -> viewGroup.removeView(mockView)); in testWindowVisibilityChanged()
2650 parent.removeView(child); in testAddRemoveAffectsWrapContentLayout()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DWebViewTestActivity.java50 ((ViewGroup) parent).removeView(mWebView); in onDestroy()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewCtsActivity.java52 ((ViewGroup) parent).removeView(mWebView); in onDestroy()
DCookieSyncManagerCtsActivity.java60 ((ViewGroup) parent).removeView(mWebView); in onDestroy()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
DVirtualDisplayActivity.java142 root.removeView(entry.surfaceView); in destroyVirtualDisplays()
193 root.removeView(entry.surfaceView); in surfaceCreated()
/cts/tests/app/app2/src/com/android/app2/
DAlertWindowService.java114 wm.removeView(mAlertWindows.pop()); in removeAlertWindow()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DTextureViewTests.java117 parent.removeView(textureview); in testReuseSurfaceTexture()
/cts/tests/tests/transition/src/android/transition/cts/
DActivityTransitionTest.java405 parent.removeView(redSquare); in removeSharedViews()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java657 ((ViewGroup) view.getParent()).removeView(view); in run()
678 ((ViewGroup) view.getParent()).removeView(view); in run()

12