Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java342 public void setLayoutMaxHeight(int maxLayoutHeight) { in setLayoutMaxHeight() argument
343 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java1185 private void setMaxLayoutHeight(int maxLayoutHeight) {
1186 mMaxLayoutHeight = maxLayoutHeight;
1187 mShelf.setMaxLayoutHeight(maxLayoutHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java952 public void setMaxLayoutHeight(int maxLayoutHeight) {
953 mMaxLayoutHeight = maxLayoutHeight;