Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowContentBinder.java125 public boolean usesIncreasedHeadsUpHeight; field in NotificationRowContentBinder.BindParams
H A DNotificationContentInflater.java145 bindParams.usesIncreasedHeadsUpHeight, in bindContent()
173 bindParams.usesIncreasedHeadsUpHeight, in inflateNotificationViews()
323 boolean usesIncreasedHeadsUpHeight, Context packageContext, in createRemoteViews() argument
342 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
878 boolean usesIncreasedHeadsUpHeight, in AsyncInflationTask() argument
895 mUsesIncreasedHeadsUpHeight = usesIncreasedHeadsUpHeight; in AsyncInflationTask()
H A DRowContentBindStage.java75 bindParams.usesIncreasedHeadsUpHeight = params.useIncreasedHeadsUpHeight(); in executeStage()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindStageTest.java261 assertTrue(usedParams.usesIncreasedHeadsUpHeight); in testSetUseIncreasedHeadsUpHeight()
H A DNotificationContentInflaterTest.java142 params.usesIncreasedHeadsUpHeight = true; in testIncreasedHeadsUpBeingUsed()