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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java415 if (!getShowingLayout().isDimmable()) {
771 return getShowingLayout().getVisibleNotificationHeader();
918 if (getShowingLayout() == notificationContentView) {
953 return getShowingLayout().getAmbientSingleLineChild();
1477 final NotificationContentView showing = getShowingLayout();
1513 getShowingLayout().setClipToActualHeight(clipToActualHeight || isUserLocked());
1700 getShowingLayout().updateBackgroundColor(false /* animate */);
1793 getShowingLayout().requestSelectLayout(needsAnimation || isUserLocked());
1840 NotificationContentView showingLayout = getShowingLayout();
1940 NotificationContentView showingLayout = getShowingLayout();
2075 public NotificationContentView getShowingLayout() { method in class:ExpandableNotificationRow
[all...]

Completed in 240 milliseconds