Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java86 mcl.getShortcutsAndWidgets().removeViewInLayout(mSeam); in removeSeam()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingSurfaceView.java103 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/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java711 removeViewInLayout(getChildAt(getChildCount() - 2)); in addView()
957 removeViewInLayout(child); in doReorder()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java511 removeViewInLayout(mContent); in detachContentView()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java810 public void removeViewInLayout(View view) { in removeViewInLayout() method in CellLayout
812 mShortcutsAndWidgets.removeViewInLayout(view); in removeViewInLayout()
DWorkspace.java3317 layout.removeViewInLayout(child);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3953 removeViewInLayout(dismissedTaskView); in createTaskDismissAnimation()
3957 removeViewInLayout(mClearAllButton); in createTaskDismissAnimation()