Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java85 private int mBubbleHeight; field in BubbleExpandedView
384 mBubbleHeight = (int) height; in updateHeight()
389 mBubbleHeight = mNotifRow != null ? mNotifRow.getIntrinsicHeight() : mMinHeight; in updateHeight()