Home
last modified time | relevance | path

Searched refs:removeViewInLayout (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java239 removeViewInLayout(getChildAt(getChildCount() - 2)); in addView()
355 removeViewInLayout(child); in doReorder()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java91 mcl.getShortcutsAndWidgets().removeViewInLayout(mSeam); in removeSeam()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingSurfaceView.java105 mLauncher.getDragLayer().removeViewInLayout(this); in removeViewFromParent()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java554 removeViewInLayout(v.expandedView);
560 removeViewInLayout(child);
954 removeViewInLayout(child);
999 removeViewInLayout(child);
2481 removeViewInLayout(v.expandedView);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java519 removeViewInLayout(mContent); in detachContentView()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java821 public void removeViewInLayout(View view) { in removeViewInLayout() method in CellLayout
823 mShortcutsAndWidgets.removeViewInLayout(view); in removeViewInLayout()
DWorkspace.java3308 layout.removeViewInLayout(child);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3857 removeViewInLayout(dismissedTaskView); in createTaskDismissAnimation()
3861 removeViewInLayout(mClearAllButton); in createTaskDismissAnimation()