Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java437 NotificationContentView showingLayout = getShowingLayout(); in isContentExpandable() local
438 return showingLayout.isContentExpandable(); in isContentExpandable()
454 NotificationContentView showingLayout = getShowingLayout(); in getMaxHeight() local
455 return showingLayout.getMaxHeight(); in getMaxHeight()
460 NotificationContentView showingLayout = getShowingLayout(); in getMinHeight() local
461 return showingLayout.getMinHeight(); in getMinHeight()