Home
last modified time | relevance | path

Searched refs:expandedLayout (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt157 val expandedLayout = regex
197 expandedLayout,
200 expandedLayout.addView(closeAppButton)
237 val expandedLayout = regex
240 expandedLayout.visibility = View.GONE
253 expandedLayout,
256 expandedLayout.addView(manageButton)
300 val expandedLayout = regex
302 expandedLayout.setOnClickListener {
308 expandedLayout.visibility = View.GONE
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaViewControllerTest.kt89 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight = 10
96 mediaViewController.expandedLayout.getConstraint(id).layout.mHeight ==
110 mediaViewController.expandedLayout
118 mediaViewController.expandedLayout
H A DMediaControlPanelTest.kt242 whenever(mediaViewController.expandedLayout).thenReturn(expandedSet)
2535 whenever(mediaViewController.expandedLayout).thenReturn(expandedSet)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaViewController.kt161 expandedLayout.getConstraint(id).layout.mHeight =
203 var expandedLayout = ConstraintSet() regex
270 if (expansion > 0) expandedLayout else collapsedLayout
655 expandedLayout.load(context, R.xml.media_session_expanded)
659 expandedLayout.load(context, R.xml.media_recommendations_expanded)