Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinder.java124 public boolean usesIncreasedHeadsUpHeight; field in NotificationRowContentBinder.BindParams
DNotificationContentInflater.java136 bindParams.usesIncreasedHeadsUpHeight, in bindContent()
159 bindParams.usesIncreasedHeadsUpHeight, in inflateNotificationViews()
287 boolean usesIncreasedHeadsUpHeight, Context packageContext) { in createRemoteViews() argument
299 result.newHeadsUpView = builder.createHeadsUpContentView(usesIncreasedHeadsUpHeight); in createRemoteViews()
727 boolean usesIncreasedHeadsUpHeight, in AsyncInflationTask() argument
741 mUsesIncreasedHeadsUpHeight = usesIncreasedHeadsUpHeight; in AsyncInflationTask()
DRowContentBindStage.java75 bindParams.usesIncreasedHeadsUpHeight = params.useIncreasedHeadsUpHeight(); in executeStage()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DRowContentBindStageTest.java194 assertTrue(usedParams.usesIncreasedHeadsUpHeight); in testSetUseIncreasedHeadsUpHeight()
DNotificationContentInflaterTest.java119 params.usesIncreasedHeadsUpHeight = true; in testIncreasedHeadsUpBeingUsed()