Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java413 public void setLayoutMaxHeight(int maxLayoutHeight) { in setLayoutMaxHeight() argument
414 mLayoutMaxHeight = maxLayoutHeight; in setLayoutMaxHeight()
H A DNotificationStackScrollLayout.java1215 private void setMaxLayoutHeight(int maxLayoutHeight) {
1216 mMaxLayoutHeight = maxLayoutHeight;