Home
last modified time | relevance | path

Searched refs:removeViews (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt129 verify(it, never()).removeViews(constraintLayout) in replaceViews_withPrevBlueprint()
133 verify(removedSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint()
151 verify(it, never()).removeViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()
156 verify(rebuildSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()
157 verify(removedSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()
170 verify(it, never()).removeViews(constraintLayout) in rebuildViews()
175 verify(it).removeViews(constraintLayout) in rebuildViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardBlueprint.kt46 prevSections.subtract(skipSections).forEach { it.removeViews(constraintLayout) } in replaceViews()
67 rebuildSections.forEach { it.removeViews(constraintLayout) } in rebuildViews()
DKeyguardSection.kt34 abstract fun removeViews(constraintLayout: ConstraintLayout) in <lambda>() method in com.android.systemui.keyguard.shared.model.KeyguardSection
/frameworks/base/core/java/android/widget/
DViewAnimator.java241 public void removeViews(int start, int count) { in removeViews() method in ViewAnimator
242 super.removeViews(start, count); in removeViews()
253 removeViews(start, count); in removeViewsInLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/view/layout/sections/
DDefaultCommunalHubSection.kt16 override fun removeViews(constraintLayout: ConstraintLayout) {} in removeViews() method in com.android.systemui.communal.ui.view.layout.sections.DefaultCommunalHubSection
DCommunalTutorialIndicatorSection.kt127 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.communal.ui.view.layout.sections.CommunalTutorialIndicatorSection
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupChildrenTest.java166 mGroup.removeViews(6, 7); in testRemoveChildrenBulk()
187 mGroup.removeViews(0, 7); in testRemoveChildrenBulkAtFront()
209 mGroup.removeViews(17, 7); in testRemoveChildrenBulkAtEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSplitShadeGuidelines.kt41 override fun removeViews(constraintLayout: ConstraintLayout) {} in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeGuidelines
DKeyguardSliceViewSection.kt83 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.KeyguardSliceViewSection
DDefaultIndicationAreaSection.kt88 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection
DAodBurnInSection.kt84 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection
DDefaultUdfpsAccessibilityOverlaySection.kt82 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultUdfpsAccessibilityOverlaySection
DAccessibilityActionsSection.kt97 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AccessibilityActionsSection
DSplitShadeMediaSection.kt89 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeMediaSection
DBaseShortcutSection.kt16 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.BaseShortcutSection
DNotificationStackScrollLayoutSection.kt97 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
DDefaultStatusBarSection.kt98 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusBarSection
DDefaultSettingsPopupMenuSection.kt112 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection
DAodNotificationIconsSection.kt139 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection
DDefaultStatusViewSection.kt123 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusViewSection
DSmartspaceSection.kt179 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
DDefaultDeviceEntrySection.kt178 override fun removeViews(constraintLayout: ConstraintLayout) { in <lambda>() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection
DClockSection.kt98 override fun removeViews(constraintLayout: ConstraintLayout) {} in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.ClockSection
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DSmartCamera.java171 mLinearLayout.removeViews(0,numImages); in onCreate()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java481 removeViews(0, numChildrenToRemove); in cleanUpPressedKeyViews()

12