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/WallpaperPicker2/src/com/android/wallpaper/widget/
DPageIndicator.java98 removeViewAt(getChildCount() - 1); in setNumPages()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java243 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.java635 public void removeViewAt(int index) { in removeViewAt() method in CellLayout
637 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java628 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()