Searched defs:mGuts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java69 private NotificationGuts mGuts; field in class:ExpandableNotificationRow
187 mGuts = (NotificationGuts) inflated;
188 mGuts.setClipTopAmount(getClipTopAmount());
189 mGuts.setActualHeight(getActualHeight());
445 if (mGuts != null) {
446 mGuts.setActualHeight(height);
469 if (mGuts != null) {
470 mGuts.setClipTopAmount(clipTopAmount);

Completed in 6 milliseconds