Home
last modified time | relevance | path

Searched refs:removeChild (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DItemGroupTest.java78 itemGroup.removeChild(CHILD_2); in testRemoveChild()
169 childGroup.removeChild(CHILD_3); in testNestedGroupRemoveNotification()
170 childGroup.removeChild(CHILD_2); in testNestedGroupRemoveNotification()
215 childGroup2.removeChild(CHILD_4); in testNestedGroupRemoveLastChild()
216 childGroup2.removeChild(CHILD_3); in testNestedGroupRemoveLastChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt124 parentNode.removeChild(childNode, isTransfer = !childCompletelyRemoved) in <lambda>()
250 fun removeChild(child: ShadeNode, isTransfer: Boolean) { in removeChild() method
252 controller.removeChild(child.controller, isTransfer) in removeChild()
DNodeController.kt56 fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method
DRootNodeController.kt57 override fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
/frameworks/native/services/surfaceflinger/tests/unittests/
DGameModeTest.cpp112 rootLayer->removeChild(childLayer); in TEST_F()
130 rootLayer->removeChild(childLayer2); in TEST_F()
DFrameRateSelectionStrategyTest.cpp58 void removeChild(sp<Layer> layer, sp<Layer> child);
76 void FrameRateSelectionStrategyTest::removeChild(sp<Layer> layer, sp<Layer> child) { in removeChild() function in android::FrameRateSelectionStrategyTest
77 layer->removeChild(child); in removeChild()
DSetFrameRateTest.cpp65 void removeChild(sp<Layer> layer, sp<Layer> child);
83 void SetFrameRateTest::removeChild(sp<Layer> layer, sp<Layer> child) { in removeChild() function in android::SetFrameRateTest
84 layer->removeChild(child); in removeChild()
282 removeChild(child1, child2); in TEST_P()
/frameworks/base/tools/preload/
Dsorttable.js100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
130 if (sortfwdind) { sortfwdind.parentNode.removeChild(sortfwdind); }
132 if (sortrevind) { sortrevind.parentNode.removeChild(sortrevind); }
/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java112 ele.removeChild(childEle.get()); in removeOdChildEleWithName()
223 child.getParentNode().removeChild(child); in stripEmptyElements()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java1364 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { in removeChild() method in LayoutTransition
1403 public void removeChild(ViewGroup parent, View child) { in removeChild() method in LayoutTransition
1404 removeChild(parent, child, true); in removeChild()
1412 removeChild(parent, child, true); in hideChild()
1427 removeChild(parent, child, newVisibility == View.GONE); in hideChild()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DItemAdapterTest.java91 mItemGroup.removeChild(mItems[1]); in testAdapterNotifications()
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHierarchy.cpp106 void LayerHierarchy::removeChild(LayerHierarchy* child) { in removeChild() function in android::surfaceflinger::frontend::LayerHierarchy
236 hierarchy->mParent->removeChild(hierarchy); in detachFromParent()
257 hierarchy->mRelativeParent->removeChild(hierarchy); in detachFromRelativeParent()
DLayerHierarchy.h189 void removeChild(LayerHierarchy*);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt203 controller.removeChild(childNodeController, /* isTransfer= */ true) in removeChild_whenTransfer()
217 controller.removeChild(childNodeController, /* isTransfer= */ false) in removeChild_whenNotTransfer()
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java116 mItemGroup.removeChild(mItems[1]); in testAdapterNotifications()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
DItemGroup.java132 public boolean removeChild(ItemHierarchy child) { in removeChild() method in ItemGroup
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DConfigurationContainerTests.java111 root.removeChild(child); in testConfigurationChangeOnAddRemove()
441 void removeChild(TestConfigurationContainer child) { in removeChild() method in ConfigurationContainerTests.TestConfigurationContainer
DTaskDisplayAreaTests.java595 defaultTaskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_defaultDisplay()
611 taskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay()
DActivityRecordTests.java223 task.removeChild(activity); in testTaskFragmentCleanupOnActivityRemoval()
232 rootTask.removeChild(task, null /*reason*/); in testRootTaskCleanupOnTaskRemoval()
246 task.removeChild(overlayActivity2, "test"); in testRemoveChildWithOverlayActivity()
831 stack.getDisplayArea().removeChild(stack); in testPushConfigurationWhenLaunchTaskBehind()
1668 homeStack.removeChild(t, "test"); in testDestroyIfPossible_lastActivityAboveEmptyHomeStack()
1695 homeRootTask.removeChild(t, "test"); in testCompleteFinishing_lastActivityAboveEmptyHomeStack()
2633 activity.removeChild(appWindow); in testKeyguardFlagsDuringRelaunch()
3087 activity.removeChild(startingWindow); in testHasStartingWindow()
DWindowContainerTests.java550 root.removeChild(child2); in testRemoveChild()
559 root.removeChild(child11); in testRemoveChild()
900 root.removeChild(child1); in testPrefixOrder_remove()
926 child.removeChild(grandChild); in testOnParentResizePropagation()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskDisplayArea.java338 protected void removeChild(WindowContainer child) {
340 super.removeChild(child);
351 super.removeChild(task);
1719 removeChild(rootTask);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDifferTest.kt292 override fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method
/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java201 public void removeChild(Session child) { in removeChild() method in Session
DSessionManager.java350 parentSession.removeChild(subsession); in endParentSessions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java385 public void removeChild(NodeController child, boolean isTransfer) { in removeChild() method in ExpandableNotificationRowController

123