Searched refs:mUsesIncreasedHeadsUpHeight (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 65 private boolean mUsesIncreasedHeadsUpHeight; field in NotificationInflater 99 mUsesIncreasedHeadsUpHeight = usesIncreasedHeight; in setUsesIncreasedHeadsUpHeight() 141 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in inflateNotificationViews() 149 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews() 533 private final boolean mUsesIncreasedHeadsUpHeight; field in NotificationInflater.AsyncInflationTask 554 mUsesIncreasedHeadsUpHeight = usesIncreasedHeadsUpHeight; in AsyncInflationTask() 588 mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in doInBackground()
|