Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowContentBindParams.java31 private boolean mUseIncreasedHeadsUpHeight; field in RowContentBindParams
75 if (mUseIncreasedHeadsUpHeight != useIncreasedHeadsUpHeight) { in setUseIncreasedHeadsUpHeight()
78 mUseIncreasedHeadsUpHeight = useIncreasedHeadsUpHeight; in setUseIncreasedHeadsUpHeight()
82 return mUseIncreasedHeadsUpHeight; in useIncreasedHeadsUpHeight()
154 mUseIncreasedHeadsUpHeight, mViewsNeedReinflation); in toString()
H A DExpandableNotificationRow.java350 private boolean mUseIncreasedHeadsUpHeight; field in ExpandableNotificationRow
689 } else if (mUseIncreasedHeadsUpHeight && layout == mPrivateLayout) { in updateLimitsForView()
1519 mUseIncreasedHeadsUpHeight = use;