Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java147 mCallback.removeViewAt(index); in removeView()
159 void removeViewAt(int index) { in removeViewAt() method in ChildHelper
168 mCallback.removeViewAt(offset); in removeViewAt()
386 mCallback.removeViewAt(index); in removeViewIfHidden()
521 void removeViewAt(int index); in removeViewAt() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherListView.java140 removeViewAt(index); in replaceView()
149 removeViewAt(lastIndex); in removeLastView()
/aosp12/frameworks/base/core/java/android/widget/
H A DViewAnimator.java217 removeViewAt(index); in removeView()
222 public void removeViewAt(int index) { in removeViewAt() method in ViewAnimator
223 super.removeViewAt(index); in removeViewAt()
H A DDayPickerView.java119 content.removeViewAt(0); in DayPickerView()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DHeadsUpContainerView.java100 public void removeViewAt(int index) { in removeViewAt() method in HeadsUpContainerView
101 super.removeViewAt(index); in removeViewAt()
H A DCarHeadsUpNotificationContainer.java111 getHunContent().removeViewAt(index); in removeNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingAdapter.java59 mMicOption.removeViewAt(1); in initViews()
63 mMicAndInternalOption.removeViewAt(1); in initViews()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java146 mGroup.removeViewAt(i); in testRemoveChildren()
230 mGroup.removeViewAt(0); in testRemoveChildAtFront()
249 mGroup.removeViewAt(12); in testRemoveChildInMiddle()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java189 viewGroup.removeViewAt(i); in refresh()
194 viewGroup.removeViewAt(lastIndex); in refresh()
H A DAutoSizingList.java106 removeViewAt(getChildCount() - 1); in rebindChildren()
H A DPageIndicator.java91 removeViewAt(getChildCount() - 1); in setNumPages()
/aosp12/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java319 mContainer.removeViewAt(i); in updateCrumbs()
340 mContainer.removeViewAt(numViews - 1); in updateCrumbs()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DTutorialStepIndicator.java88 removeViewAt(i); in initializeStepIndicators()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DMicroAlertController.java79 scrollParent.removeViewAt(childIndex); in setupContent()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
H A DCompositeCircleViewLabeler.java73 removeViewAt(i); in configure()
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java141 parent.removeViewAt(childIndex); in filterLeftoverView()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DPredictionRowView.java190 removeViewAt(0); in applyPredictionApps()
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java452 removeViewAt(i); in recycleOffscreenViews()
469 removeViewAt(0); in recycleOffscreenViews()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DPageIndicator.java98 removeViewAt(getChildCount() - 1); in setNumPages()
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java482 removeViewAt(i); in recycleOffscreenViews()
499 removeViewAt(0); in recycleOffscreenViews()
767 removeViewAt(i); in layoutChildren()
/aosp12/frameworks/base/core/java/android/view/
H A DGhostView.java197 viewGroup.removeViewAt(i); in moveGhostViewsToTop()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java212 removeViewAt(removeIndex); in updateSlot()
H A DStatusBarIconController.java397 mGroup.removeViewAt(viewIndex); in onRemoveIcon()
/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
H A DCarSetupWizardLayout.java417 parent.removeViewAt(buttonIndex); in setPrimaryToolbarButtonFlat()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt321 decorView.removeViewAt(1)

12