Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java87 private NotificationGuts mGuts; field in ExpandableNotificationRow
274 return mGuts; in getGuts()
360 mGuts = (NotificationGuts) inflated; in onFinishInflate()
361 mGuts.setClipTopAmount(getClipTopAmount()); in onFinishInflate()
362 mGuts.setActualHeight(getActualHeight()); in onFinishInflate()
391 if (mGuts == null) { in inflateGuts()
869 if (mGuts != null) { in setActualHeight()
870 mGuts.setActualHeight(height); in setActualHeight()
893 if (mGuts != null) { in setClipTopAmount()
894 mGuts.setClipTopAmount(clipTopAmount); in setClipTopAmount()