Home
last modified time | relevance | path

Searched refs:usesIncreasedHeadsUpHeight (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java132 bindParams.usesIncreasedHeadsUpHeight, in bindContent()
158 bindParams.usesIncreasedHeadsUpHeight, in inflateNotificationViews()
297 boolean usesIncreasedHeadsUpHeight, Context packageContext) { in createRemoteViews() argument
309 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
742 boolean usesIncreasedHeadsUpHeight, in AsyncInflationTask() argument
757 mUsesIncreasedHeadsUpHeight = usesIncreasedHeadsUpHeight; in AsyncInflationTask()
H A DNotificationRowContentBinder.java124 public boolean usesIncreasedHeadsUpHeight; field in NotificationRowContentBinder.BindParams
H A DRowContentBindStage.java75 bindParams.usesIncreasedHeadsUpHeight = params.useIncreasedHeadsUpHeight(); in executeStage()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java194 assertTrue(usedParams.usesIncreasedHeadsUpHeight); in testSetUseIncreasedHeadsUpHeight()
H A DNotificationContentInflaterTest.java137 params.usesIncreasedHeadsUpHeight = true; in testIncreasedHeadsUpBeingUsed()