Home
last modified time | relevance | path

Searched refs:removeViewAt (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java452 removeViewAt(i); in recycleOffscreenViews()
469 removeViewAt(0); in recycleOffscreenViews()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DPageIndicator.java98 removeViewAt(getChildCount() - 1); in setNumPages()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java234 removeViewAt(0); in applyPredictionApps()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java379 mWallpapersView.removeViewAt(indexOfExistingTile); in addTemporaryWallpaperTile()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java630 public void removeViewAt(int index) { in removeViewAt() method in CellLayout
632 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java628 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()