Searched refs:removeChild (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityStackTests.java318 mDefaultDisplay.removeChild(mStack);
337 mDefaultDisplay.removeChild(mStack);
356 mDefaultDisplay.removeChild(mStack);
375 mDefaultDisplay.removeChild(mStack);
401 mDefaultDisplay.removeChild(mStack);
425 mDefaultDisplay.removeChild(mStack);
448 mDefaultDisplay.removeChild(mStack);
573 mDefaultDisplay.removeChild(mStack);
582 mDefaultDisplay.removeChild(mStack);
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
H A DItemGroupTest.java78 mItemGroup.removeChild(CHILD_2);
157 childGroup.removeChild(CHILD_3);
158 childGroup.removeChild(CHILD_2);
203 childGroup2.removeChild(CHILD_4);
204 childGroup2.removeChild(CHILD_3);
/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); }
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DItemAdapterTest.java95 mItemGroup.removeChild(mItems[1]);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DConfigurationContainerTests.java109 root.removeChild(child);
307 void removeChild(TestConfigurationContainer child) { method in class:ConfigurationContainerTests.TestConfigurationContainer
H A DAppWindowTokenTests.java225 mToken.removeChild(appWindow);
H A DWindowContainerTests.java419 root.removeChild(child2);
428 root.removeChild(child11);
670 root.removeChild(child1);
696 child.removeChild(grandChild);
H A DTestWindowManagerPolicy.java173 atoken.removeChild(window);
H A DWindowStateTests.java155 root.removeChild(child1);
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java1360 private void removeChild(ViewGroup parent, View child, boolean changesLayout) { method in class:LayoutTransition
1399 public void removeChild(ViewGroup parent, View child) { method in class:LayoutTransition
1400 removeChild(parent, child, true);
1408 removeChild(parent, child, true);
1423 removeChild(parent, child, newVisibility == View.GONE);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java209 getParent().removeChild(this);
243 void removeChild(AppWindowToken token) { method in class:Task
245 Slog.e(TAG, "removeChild: token=" + this + " not found.");
249 super.removeChild(token);
H A DAppWindowToken.java1005 void removeChild(WindowState child) { method in class:AppWindowToken
1006 super.removeChild(child);
1046 getParent().removeChild(this);
1224 fromToken.removeChild(tStartingWindow);
H A DWindowContainer.java271 void removeChild(E child) { method in class:WindowContainer
276 throw new IllegalArgumentException("removeChild: container=" + child.getName()
323 mParent.removeChild(this);
399 throw new IllegalArgumentException("removeChild: container=" + child.getName()
H A DTaskStack.java119 // TODO: maybe tie this to WindowContainer#removeChild some how...
705 void removeChild(Task task) { method in class:TaskStack
706 if (DEBUG_TASK_MOVEMENT) Slog.d(TAG_WM, "removeChild: task=" + task);
708 super.removeChild(task);
H A DDisplayContent.java880 token.getParent().removeChild(token);
1851 prevDc.mTaskStackContainers.removeChild(stack);
1867 protected void removeChild(DisplayChildWindowContainer child) { method in class:DisplayContent
1871 super.removeChild(child);
3388 protected void removeChild(TaskStack stack) { method in class:DisplayContent.TaskStackContainers
3389 super.removeChild(stack);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemGroup.java140 public boolean removeChild(ItemHierarchy child) { method in class:ItemGroup
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapterTest.java118 mItemGroup.removeChild(mItems[1]);
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1561 public boolean removeChild(View child) { method in class:AccessibilityNodeInfoCompat
1563 return mInfo.removeChild(child);
1579 public boolean removeChild(View root, int virtualDescendantId) { method in class:AccessibilityNodeInfoCompat
1581 return mInfo.removeChild(root, virtualDescendantId);
/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSession.java170 public void removeChild(Session child) { method in class:Session
H A DSessionManager.java332 parentSession.removeChild(subsession);
/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
H A DCompositeDrawable.java130 public void removeChild(int index) { method in class:CompositeDrawable
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityDisplay.java146 void removeChild(ActivityStack stack) { method in class:ActivityDisplay
147 if (DEBUG_STACK) Slog.v(TAG_STACK, "removeChild: detaching " + stack
/frameworks/native/services/surfaceflinger/
H A DLayer.h580 ssize_t removeChild(const sp<Layer>& layer);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1020 public boolean removeChild(View child) { method in class:AccessibilityNodeInfo
1021 return removeChild(child, AccessibilityNodeProvider.HOST_VIEW_ID);
1067 public boolean removeChild(View root, int virtualDescendantId) { method in class:AccessibilityNodeInfo

Completed in 497 milliseconds

12