Home
last modified time | relevance | path

Searched refs:isExpandable (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DColumnVolumeSliders.kt77 isExpandable: Boolean, in <lambda>()
88 val sliderPadding by topSliderPadding(isExpandable) in <lambda>()
104 isExpandable = isExpandable, in <lambda>()
110 visible = { it || !isExpandable }, in <lambda>()
125 visible = { it || !isExpandable }, in <lambda>()
150 isExpandable: Boolean, in ExpandButton()
163 visible = isExpandable, in ExpandButton()
261 private fun topSliderPadding(isExpandable: Boolean): State<Dp> { in topSliderPadding()
263 if (isExpandable) { in topSliderPadding()
276 if (isExpandable) { in topSliderPadding()
DVolumeSlidersComponent.kt55 .isExpandable(isPortrait) in Content()
67 isExpandable = expandableViewModel is SlidersExpandableViewModel.Expandable, in Content()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DPanelExpansionInteractorImpl.kt70 if (state.toScene.isExpandable()) { in <lambda>()
80 if (state.fromScene.isExpandable()) { in <lambda>()
132 private fun SceneKey.isExpandable(): Boolean { in <lambda>() method in com.android.systemui.shade.domain.interactor.PanelExpansionInteractorImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/
DAudioVolumeComponentViewModel.kt108 fun isExpandable(isPortrait: Boolean): Flow<SlidersExpandableViewModel> { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java2578 public boolean isExpandable() {
2587 mPrivateLayout.updateExpandButtons(isExpandable());
2795 mPrivateLayout.updateExpandButtons(isExpandable());
2961 mPrivateLayout.updateExpandButtons(isExpandable());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6460 && ((ExpandableNotificationRow) v).isExpandable()