Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickStatusBarHeader.java86 private int mWaterfallTopInset; field in QuickStatusBarHeader
425 mWaterfallTopInset = cutout == null ? 0 : cutout.getWaterfallInsets().top; in onApplyWindowInsets()
483 mWaterfallTopInset, in updateHeadersPadding()
487 mWaterfallTopInset, in updateHeadersPadding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java468 private int mWaterfallTopInset; field in NotificationStackScrollLayout
1648 mWaterfallTopInset = 0;
1651 mWaterfallTopInset = cutout.getWaterfallInsets().top;
4784 - (mShelf.getIntrinsicHeight() - mStatusBarHeight + mWaterfallTopInset) / 2 in getMinExpansionHeight()
4785 + mWaterfallTopInset; in getMinExpansionHeight()