Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
DHeadsUpContainerView.java100 public void removeViewAt(int index) { in removeViewAt() method in HeadsUpContainerView
101 super.removeViewAt(index); in removeViewAt()
DCarHeadsUpNotificationContainer.java111 getHunContent().removeViewAt(index); in removeNotification()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialStepIndicator.java87 removeViewAt(i); in initializeStepIndicators()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/
DCompositeCircleViewLabeler.java73 removeViewAt(i); in configure()
/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java452 removeViewAt(i); in recycleOffscreenViews()
469 removeViewAt(0); in recycleOffscreenViews()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java196 removeViewAt(0); in applyPredictionApps()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DPageIndicator.java98 removeViewAt(getChildCount() - 1); in setNumPages()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java379 mWallpapersView.removeViewAt(indexOfExistingTile); in addTemporaryWallpaperTile()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java816 public void removeViewAt(int index) { in removeViewAt() method in CellLayout
818 mShortcutsAndWidgets.removeViewAt(index); in removeViewAt()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java629 mMessageAttachmentsView.removeViewAt(attachmentViewIndex); in bindAttachmentsOfSameType()