Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java505 private int mWaterfallTopInset; field in NotificationStackScrollLayout
1828 mWaterfallTopInset = 0;
1831 mWaterfallTopInset = cutout.getWaterfallInsets().top;
5012 (mShelf.getIntrinsicHeight() - mStatusBarHeight + mWaterfallTopInset) / 2) in getMinExpansionHeight()
5013 + mWaterfallTopInset; in getMinExpansionHeight()