Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
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()
DExpandableNotificationRow.java329 private boolean mUseIncreasedHeadsUpHeight; field in ExpandableNotificationRow
678 } else if (mUseIncreasedHeadsUpHeight && layout == mPrivateLayout) { in updateLimitsForView()
1569 mUseIncreasedHeadsUpHeight = use;