/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | ShadeViewDiffer.kt | 124 parentNode.removeChild(childNode, isTransfer = !childCompletelyRemoved) 243 fun removeChild(child: ShadeNode, isTransfer: Boolean) { regex 244 controller.removeChild(child.controller, isTransfer)
|
H A D | NodeController.kt | 56 fun removeChild(child: NodeController, isTransfer: Boolean) { regex
|
H A D | RootNodeController.kt | 57 override fun removeChild(child: NodeController, isTransfer: Boolean) {
|
/aosp14/frameworks/base/tools/preload/ |
H A D | sorttable.js | 100 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 D | LayoutTransition.java | 1364 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 D | ExpandableNotificationRowControllerTest.kt | 203 controller.removeChild(childNodeController, /* isTransfer= */ true) 217 controller.removeChild(childNodeController, /* isTransfer= */ false)
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ConfigurationContainerTests.java | 111 root.removeChild(child); in testConfigurationChangeOnAddRemove() 441 void removeChild(TestConfigurationContainer child) { in removeChild() method in ConfigurationContainerTests.TestConfigurationContainer
|
H A D | TaskDisplayAreaTests.java | 595 defaultTaskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_defaultDisplay() 611 taskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay()
|
H A D | ActivityRecordTests.java | 220 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 D | WindowContainerTests.java | 544 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 D | WindowProcessControllerTests.java | 129 mRootWindowContainer.removeChild(testDisplayContent1); in testDisplayAreaConfigurationListener()
|
H A D | TaskFragmentTest.java | 426 taskFragment.removeChild(activity); in testIsReadyToTransit()
|
H A D | InsetsStateControllerTest.java | 210 parent.removeChild(win); in testStripForDispatch_imeOrderChanged()
|
H A D | AppTransitionControllerTest.java | 220 closing.getTask().removeChild(closing); in testTransitWithinTask()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskDisplayArea.java | 338 protected void removeChild(WindowContainer child) { 340 super.removeChild(child); 351 super.removeChild(task); 1736 removeChild(rootTask);
|
H A D | TaskFragment.java | 2791 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 D | WindowContainer.java | 614 oldParent.removeChild(this); in reparent() 825 void removeChild(E child) { in removeChild() method in WindowContainer 887 mParent.removeChild(this); in removeImmediately()
|
H A D | Task.java | 1487 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 D | RootWindowContainer.java | 1206 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 D | ShadeViewDifferTest.kt | 292 override fun removeChild(child: NodeController, isTransfer: Boolean) {
|
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/ |
H A D | Session.java | 201 public void removeChild(Session child) { in removeChild() method in Session
|
H A D | SessionManager.java | 350 parentSession.removeChild(subsession); in endParentSessions()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowController.java | 384 public void removeChild(NodeController child, boolean isTransfer) { in removeChild() method in ExpandableNotificationRowController
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 1323 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 D | ViewGroup.java | 5582 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()
|