Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt124 parentNode.removeChild(childNode, isTransfer = !childCompletelyRemoved)
243 fun removeChild(child: ShadeNode, isTransfer: Boolean) { regex
244 controller.removeChild(child.controller, isTransfer)
H A DNodeController.kt56 fun removeChild(child: NodeController, isTransfer: Boolean) { regex
H A DRootNodeController.kt57 override fun removeChild(child: NodeController, isTransfer: Boolean) {
/aosp14/frameworks/base/tools/preload/
H A 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); }
/aosp14/frameworks/base/core/java/android/animation/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt203 controller.removeChild(childNodeController, /* isTransfer= */ true)
217 controller.removeChild(childNodeController, /* isTransfer= */ false)
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DConfigurationContainerTests.java111 root.removeChild(child); in testConfigurationChangeOnAddRemove()
441 void removeChild(TestConfigurationContainer child) { in removeChild() method in ConfigurationContainerTests.TestConfigurationContainer
H A DTaskDisplayAreaTests.java595 defaultTaskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_defaultDisplay()
611 taskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay()
H A DActivityRecordTests.java220 task.removeChild(activity); in testTaskFragmentCleanupOnActivityRemoval()
229 rootTask.removeChild(task, null /*reason*/); in testRootTaskCleanupOnTaskRemoval()
243 task.removeChild(overlayActivity2, "test"); in testRemoveChildWithOverlayActivity()
822 stack.getDisplayArea().removeChild(stack); in testPushConfigurationWhenLaunchTaskBehind()
1663 homeStack.removeChild(t, "test"); in testDestroyIfPossible_lastActivityAboveEmptyHomeStack()
1690 homeRootTask.removeChild(t, "test"); in testCompleteFinishing_lastActivityAboveEmptyHomeStack()
2678 activity.removeChild(appWindow); in testKeyguardFlagsDuringRelaunch()
3134 activity.removeChild(startingWindow); in testHasStartingWindow()
H A DWindowContainerTests.java544 root.removeChild(child2); in testRemoveChild()
553 root.removeChild(child11); in testRemoveChild()
912 root.removeChild(child1); in testPrefixOrder_remove()
938 child.removeChild(grandChild); in testOnParentResizePropagation()
H A DWindowProcessControllerTests.java129 mRootWindowContainer.removeChild(testDisplayContent1); in testDisplayAreaConfigurationListener()
H A DTaskFragmentTest.java426 taskFragment.removeChild(activity); in testIsReadyToTransit()
H A DInsetsStateControllerTest.java210 parent.removeChild(win); in testStripForDispatch_imeOrderChanged()
H A DAppTransitionControllerTest.java220 closing.getTask().removeChild(closing); in testTransitWithinTask()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskDisplayArea.java338 protected void removeChild(WindowContainer child) {
340 super.removeChild(child);
351 super.removeChild(task);
1736 removeChild(rootTask);
H A DTaskFragment.java2791 void removeChild(WindowContainer child) { in removeChild() method in TaskFragment
2792 removeChild(child, true /* removeSelfIfPossible */); in removeChild()
2795 void removeChild(WindowContainer child, boolean removeSelfIfPossible) { in removeChild() method in TaskFragment
2796 super.removeChild(child); in removeChild()
H A DWindowContainer.java614 oldParent.removeChild(this); in reparent()
825 void removeChild(E child) { in removeChild() method in WindowContainer
887 mParent.removeChild(this); in removeImmediately()
H A DTask.java1487 void removeChild(WindowContainer child) { in removeChild() method in Task
1488 removeChild(child, "removeChild"); in removeChild()
1491 void removeChild(WindowContainer r, String reason) { in removeChild() method in Task
1505 super.removeChild(r, false /* removeSelfIfPossible */); in removeChild()
1587 removeChild(r, reason); in removeActivities()
H A DRootWindowContainer.java1206 protected void removeChild(DisplayContent dc) { in removeChild() method in RootWindowContainer
1207 super.removeChild(dc); in removeChild()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt292 override fun removeChild(child: NodeController, isTransfer: Boolean) {
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSession.java201 public void removeChild(Session child) { in removeChild() method in Session
H A DSessionManager.java350 parentSession.removeChild(subsession); in endParentSessions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java384 public void removeChild(NodeController child, boolean isTransfer) { in removeChild() method in ExpandableNotificationRowController
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1323 public boolean removeChild(View child) { in removeChild() method in AccessibilityNodeInfo
1324 return removeChild(child, AccessibilityNodeProvider.HOST_VIEW_ID); in removeChild()
1342 public boolean removeChild(IBinder token) { in removeChild() method in AccessibilityNodeInfo
1408 public boolean removeChild(View root, int virtualDescendantId) { in removeChild() method in AccessibilityNodeInfo
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java5582 mTransition.removeChild(this, view); in removeViewInternal()
5704 mTransition.removeChild(this, view); in removeViewsInternal()
5798 mTransition.removeChild(this, view); in removeAllViewsInLayout()
5864 mTransition.removeChild(this, child); in removeDetachedView()

12