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
78 if (mUseIncreasedHeadsUpHeight != useIncreasedHeadsUpHeight) { in setUseIncreasedHeadsUpHeight()
81 mUseIncreasedHeadsUpHeight = useIncreasedHeadsUpHeight; in setUseIncreasedHeadsUpHeight()
85 return mUseIncreasedHeadsUpHeight; in useIncreasedHeadsUpHeight()
158 mUseIncreasedHeadsUpHeight, mViewsNeedReinflation); in toString()
DExpandableNotificationRow.java390 private boolean mUseIncreasedHeadsUpHeight; field in ExpandableNotificationRow
752 } else if (mUseIncreasedHeadsUpHeight && layout == mPrivateLayout) { in updateLimitsForView()
1708 mUseIncreasedHeadsUpHeight = use;