Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
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()
DNotificationTestHelper.java675 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotificationRowBinderImpl.java252 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in inflateContentViews()
253 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in inflateContentViews()
260 params.requireContentViews(FLAG_CONTENT_VIEW_PUBLIC); in inflateContentViews()
267 params.requireContentViews(FLAG_CONTENT_VIEW_SINGLE_LINE); in inflateContentViews()
277 params.requireContentViews(FLAG_GROUP_SUMMARY_HEADER); in inflateContentViews()
279 params.requireContentViews(FLAG_LOW_PRIORITY_GROUP_SUMMARY_HEADER); in inflateContentViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java113 params.requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in bindContent()
114 params.requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in bindContent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java113 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_CONTRACTED); in testContentViewsBeforeCutoffAreBound()
114 verify(bindParams).requireContentViews(FLAG_CONTENT_VIEW_EXPANDED); in testContentViewsBeforeCutoffAreBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindParams.java93 public void requireContentViews(@InflationFlag int contentViews) { in requireContentViews() method in RowContentBindParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java83 params.requireContentViews(FLAG_CONTENT_VIEW_HEADS_UP); in bindHeadsUpView()