Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DRowContentBindParams.java109 public @InflationFlag int getContentViews() { in getContentViews() method in RowContentBindParams
DRowContentBindStage.java63 @InflationFlag int inflationFlags = params.getContentViews(); in executeStage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java583 if ((params.getContentViews() & contentFlag) == 0) { in alertNotificationWhenPossible()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelperTest.java258 assertTrue((params.getContentViews() & FLAG_CONTENT_VIEW_HEADS_UP) == 0); in testSuppressedSummaryHeadsUpTransferBackAbortsChildInflation()