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/row/
DNotificationContentInflater.java158 public void setUsesIncreasedHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeight() argument
159 mUsesIncreasedHeight = usesIncreasedHeight; in setUsesIncreasedHeight()
162 public void setUsesIncreasedHeadsUpHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeadsUpHeight() argument
163 mUsesIncreasedHeadsUpHeight = usesIncreasedHeight; in setUsesIncreasedHeadsUpHeight()
369 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, boolean redactAmbient, in createRemoteViews() argument
375 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
863 boolean usesIncreasedHeight, in AsyncInflationTask() argument
876 mUsesIncreasedHeight = usesIncreasedHeight; in AsyncInflationTask()