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.java341 public void setLayoutMaxHeight(int maxLayoutHeight) { in setLayoutMaxHeight() argument
342 mMaxLayoutHeight = maxLayoutHeight; in setLayoutMaxHeight()
DNotificationStackScrollLayout.java1100 private void setMaxLayoutHeight(int maxLayoutHeight) {
1101 mMaxLayoutHeight = maxLayoutHeight;
1102 mShelf.setMaxLayoutHeight(maxLayoutHeight);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java863 public void setMaxLayoutHeight(int maxLayoutHeight) {
864 mMaxLayoutHeight = maxLayoutHeight;