Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt996 val stackTopMargin = 50 regex
997 val headsUpTranslationY = stackScrollAlgorithm.mHeadsUpInset - stackTopMargin
1003 ambientState.stackTopMargin = stackTopMargin
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java717 public void setStackTopMargin(int stackTopMargin) { in setStackTopMargin() argument
718 mStackTopMargin = stackTopMargin; in setStackTopMargin()