Home
last modified time | relevance | path

Searched refs:requireContentViews (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java81 params.requireContentViews(flags); in testRequireContentViews()
98 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testFreeContentViews()
175 params.requireContentViews(flags); in testRebindAllContentViews()
196 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseLowPriority()
220 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeight()
244 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetUseIncreasedHeadsUpHeight()
268 params.requireContentViews(FLAG_CONTENT_VIEW_ALL); in testSetNeedsReinflation()
290 params.requireContentViews(defaultFlags); in testSupersedesPreviousContentViews()
294 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in testSupersedesPreviousContentViews()
H A DNotificationTestHelper.java619 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindController.java113 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in bindContent()
114 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in bindContent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotificationRowBinderImpl.java220 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in inflateContentViews()
221 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in inflateContentViews()
226 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java109 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsBeforeCutoffAreBound()
110 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsBeforeCutoffAreBound()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindParams.java90 public void requireContentViews(@InflationFlag int contentViews) { in requireContentViews() method in RowContentBindParams
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinder.java83 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in bindHeadsUpView()