Home
last modified time | relevance | path

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

/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/view/
DQCListView.java98 removeViews(rowCount, getChildCount() - rowCount); in onChanged()
DQCRowView.java289 mStartItemsContainer.removeViews(startItemCount, in setRow()
305 mEndItemsContainer.removeViews(endItemCount, in setRow()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java816 public void removeViews(int start, int count) { in removeViews() method in CellLayout
820 mShortcutsAndWidgets.removeViews(start, count); in removeViews()
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1393 mSuggestions.removeViews(newCount, oldCount-newCount); in updateSuggestions()