Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java452 removeViewAt(i); in recycleOffscreenViews()
469 removeViewAt(0); in recycleOffscreenViews()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java110 removeViewAt(index); in removeViewOnPageAt()
DPagedViewCellLayout.java130 mChildren.removeViewAt(index); in removeViewOnPageAt()
DCellLayout.java678 public void removeViewAt(int index) { in removeViewAt() method in CellLayout
680 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
DLauncher.java4062 clingParent.removeViewAt(clingIndex); in showFirstRunWorkspaceCling()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorPadViewPager.java78 removeViewAt(position);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java99 navParent.removeViewAt(i); in setContentView()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java952 public void removeViewAt(int index) { in removeViewAt() method in PagedView
956 super.removeViewAt(index); in removeViewAt()
DCellLayout.java657 public void removeViewAt(int index) { in removeViewAt() method in CellLayout
659 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java379 mWallpapersView.removeViewAt(indexOfExistingTile); in addTemporaryWallpaperTile()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java628 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()