Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java124 private int mStackTopMargin; field in AmbientState
718 mStackTopMargin = stackTopMargin; in setStackTopMargin()
722 return mStackTopMargin; in getStackTopMargin()
756 pw.println("mStackTopMargin=" + mStackTopMargin); in dump()