/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/ |
D | ItemGroupTest.java | 78 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/ |
D | ShadeViewDiffer.kt | 121 parentNode.removeChild(childNode, isTransfer = !childCompletelyRemoved) in <lambda>() 237 fun removeChild(child: ShadeNode, isTransfer: Boolean) { in removeChild() method in ShadeNode 238 controller.removeChild(child.controller, isTransfer) in removeChild()
|
D | NodeController.kt | 56 fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method
|
D | RootNodeController.kt | 57 override fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
|
/frameworks/base/tools/preload/ |
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); }
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | GameModeTest.cpp | 138 rootLayer->removeChild(childLayer); in TEST_F() 156 rootLayer->removeChild(childLayer2); in TEST_F()
|
D | SetFrameRateTest.cpp | 66 void removeChild(sp<Layer> layer, sp<Layer> child); 84 void SetFrameRateTest::removeChild(sp<Layer> layer, sp<Layer> child) { in removeChild() function in android::SetFrameRateTest 85 layer.get()->removeChild(child.get()); in removeChild() 284 removeChild(child1, child2); in TEST_P()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowControllerTest.kt | 189 controller.removeChild(childNodeController, /* isTransfer= */ true) in removeChild_whenTransfer() 203 controller.removeChild(childNodeController, /* isTransfer= */ false) in removeChild_whenNotTransfer()
|
/frameworks/base/core/java/android/animation/ |
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()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | ItemAdapterTest.java | 91 mItemGroup.removeChild(mItems[1]); in testAdapterNotifications()
|
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/ |
D | RecyclerItemAdapterTest.java | 116 mItemGroup.removeChild(mItems[1]); in testAdapterNotifications()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/ |
D | ItemGroup.java | 132 public boolean removeChild(ItemHierarchy child) { in removeChild() method in ItemGroup
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ConfigurationContainerTests.java | 111 root.removeChild(child); in testConfigurationChangeOnAddRemove() 441 void removeChild(TestConfigurationContainer child) { in removeChild() method in ConfigurationContainerTests.TestConfigurationContainer
|
D | ActivityRecordTests.java | 218 task.removeChild(activity); in testTaskFragmentCleanupOnActivityRemoval() 227 rootTask.removeChild(task, null /*reason*/); in testRootTaskCleanupOnTaskRemoval() 241 task.removeChild(overlayActivity2, "test"); in testRemoveChildWithOverlayActivity() 820 stack.getDisplayArea().removeChild(stack); in testPushConfigurationWhenLaunchTaskBehind() 1649 homeStack.removeChild(t, "test"); in testDestroyIfPossible_lastActivityAboveEmptyHomeStack() 1676 homeRootTask.removeChild(t, "test"); in testCompleteFinishing_lastActivityAboveEmptyHomeStack() 2657 activity.removeChild(appWindow); in testKeyguardFlagsDuringRelaunch() 3109 activity.removeChild(startingWindow); in testHasStartingWindow()
|
D | TaskDisplayAreaTests.java | 592 defaultTaskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_defaultDisplay() 608 taskDisplayArea.removeChild(homeTask); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay()
|
D | WindowContainerTests.java | 530 root.removeChild(child2); in testRemoveChild() 539 root.removeChild(child11); in testRemoveChild() 793 root.removeChild(child1); in testPrefixOrder_remove() 819 child.removeChild(grandChild); in testOnParentResizePropagation()
|
D | WindowProcessControllerTests.java | 128 mRootWindowContainer.removeChild(testDisplayContent1); in testDisplayAreaConfigurationListener()
|
D | InsetsStateControllerTest.java | 200 parent.removeChild(win); in testStripForDispatch_imeOrderChanged()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskDisplayArea.java | 337 protected void removeChild(WindowContainer child) { 339 super.removeChild(child); 350 super.removeChild(task); 1736 removeChild(rootTask);
|
D | TaskFragment.java | 2717 void removeChild(WindowContainer child) { in removeChild() method in TaskFragment 2718 removeChild(child, true /* removeSelfIfPossible */); in removeChild() 2721 void removeChild(WindowContainer child, boolean removeSelfIfPossible) { in removeChild() method in TaskFragment 2722 super.removeChild(child); in removeChild()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | ShadeViewDifferTest.kt | 291 override fun removeChild(child: NodeController, isTransfer: Boolean) { in removeChild() method
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | SessionManager.java | 350 parentSession.removeChild(subsession); in endParentSessions()
|
D | Session.java | 201 public void removeChild(Session child) { in removeChild() method in Session
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowController.java | 312 public void removeChild(NodeController child, boolean isTransfer) { in removeChild() method in ExpandableNotificationRowController
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 1276 public boolean removeChild(View child) { in removeChild() method in AccessibilityNodeInfo 1277 return removeChild(child, AccessibilityNodeProvider.HOST_VIEW_ID); in removeChild() 1295 public boolean removeChild(IBinder token) { in removeChild() method in AccessibilityNodeInfo 1361 public boolean removeChild(View root, int virtualDescendantId) { in removeChild() method in AccessibilityNodeInfo
|