Home
last modified time | relevance | path

Searched defs:removeViews (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DKeyguardSection.kt34 abstract fun removeViews(constraintLayout: ConstraintLayout) in <lambda>() method
/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
/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
DDefaultUdfpsAccessibilityOverlaySection.kt76 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultUdfpsAccessibilityOverlaySection
DAodBurnInSection.kt79 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection
DDefaultIndicationAreaSection.kt84 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection
DAccessibilityActionsSection.kt99 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AccessibilityActionsSection
DBaseShortcutSection.kt16 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.BaseShortcutSection
DSplitShadeMediaSection.kt75 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.SplitShadeMediaSection
DNotificationStackScrollLayoutSection.kt85 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
DAodPromotedNotificationSection.kt121 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AodPromotedNotificationSection
DKeyguardSliceViewSection.kt111 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.KeyguardSliceViewSection
DDefaultStatusBarSection.kt99 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusBarSection
DDefaultSettingsPopupMenuSection.kt106 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection
DAodNotificationIconsSection.kt125 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection
DSmartspaceSection.kt363 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
DDefaultDeviceEntrySection.kt159 override fun removeViews(constraintLayout: ConstraintLayout) { in <lambda>() method
DClockSection.kt103 override fun removeViews(constraintLayout: ConstraintLayout) { in removeViews() method in com.android.systemui.keyguard.ui.view.layout.sections.ClockSection
/frameworks/base/core/java/android/widget/
DViewAnimator.java241 public void removeViews(int start, int count) { in removeViews() method in ViewAnimator
/frameworks/base/core/java/android/view/
DViewGroup.java5582 public void removeViews(int start, int count) { in removeViews() method in ViewGroup