Searched defs:removeViewInLayout (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java684 public void removeViewInLayout(View view) { method in class:CellLayout
686 mShortcutsAndWidgets.removeViewInLayout(view);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java657 public void removeViewInLayout(View view) { method in class:CellLayout
659 mShortcutsAndWidgets.removeViewInLayout(view);
H A DPagedView.java1099 public void removeViewInLayout(View v) { method in class:PagedView
1103 super.removeViewInLayout(v);

Completed in 108 milliseconds