Home
last modified time | relevance | path

Searched refs:removeViews (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java747 public void removeViews(int start, int count) { in removeViews() method in CellLayout
751 mShortcutsAndWidgets.removeViews(start, count); in removeViews()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1393 mSuggestions.removeViews(newCount, oldCount-newCount); in updateSuggestions()