Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java78 private int mLayoutMaxHeight; field in AmbientState
430 mLayoutMaxHeight = maxLayoutHeight; in setLayoutMaxHeight()
434 return mLayoutMaxHeight; in getLayoutMaxHeight()
759 pw.println("mLayoutMaxHeight=" + mLayoutMaxHeight); in dump()