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.java143 public void setUsesIncreasedHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeight() argument
144 mUsesIncreasedHeight = usesIncreasedHeight; in setUsesIncreasedHeight()
147 public void setUsesIncreasedHeadsUpHeight(boolean usesIncreasedHeight) { in setUsesIncreasedHeadsUpHeight() argument
148 mUsesIncreasedHeadsUpHeight = usesIncreasedHeight; in setUsesIncreasedHeadsUpHeight()
335 boolean usesIncreasedHeight, boolean usesIncreasedHeadsUpHeight, in createRemoteViews() argument
341 result.newContentView = createContentView(builder, isLowPriority, usesIncreasedHeight); in createRemoteViews()
777 boolean usesIncreasedHeight, in AsyncInflationTask() argument
789 mUsesIncreasedHeight = usesIncreasedHeight; in AsyncInflationTask()