Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java94 public void setUsesIncreasedHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeight() argument
95 mUsesIncreasedHeight = usesIncreasedHeight; in setUsesIncreasedHeight()
98 public void setUsesIncreasedHeadsUpHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeadsUpHeight() argument
99 mUsesIncreasedHeadsUpHeight = usesIncreasedHeight; in setUsesIncreasedHeadsUpHeight()
157 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, in createRemoteViews() argument
162 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
543 boolean isChildInGroup, boolean usesIncreasedHeight, in AsyncInflationTask() argument
553 mUsesIncreasedHeight = usesIncreasedHeight; in AsyncInflationTask()