Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java65 private boolean mUsesIncreasedHeadsUpHeight; field in NotificationInflater
99 mUsesIncreasedHeadsUpHeight = usesIncreasedHeight; in setUsesIncreasedHeadsUpHeight()
142 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in inflateNotificationViews()
155 mIsChildInGroup, mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, in inflateNotificationViews()
582 private final boolean mUsesIncreasedHeadsUpHeight; field in NotificationInflater.AsyncInflationTask
603 mUsesIncreasedHeadsUpHeight = usesIncreasedHeadsUpHeight; in AsyncInflationTask()
631 mUsesIncreasedHeight, mUsesIncreasedHeadsUpHeight, mRedactAmbient, in doInBackground()