Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DGridLayoutManager.java71 int mBottomInset; field in GridLayoutManager.LayoutParams
124 return view.getBottom() - mBottomInset; in getOpticalBottom()
132 return view.getHeight() - mTopInset - mBottomInset; in getOpticalHeight()
148 return mBottomInset; in getOpticalBottomInset()
191 mBottomInset = bottomInset; in setOpticalInsets()
1122 - ((LayoutParams) child.getLayoutParams()).mBottomInset; in getDecoratedBottom()
1132 outBounds.bottom -= params.mBottomInset; in getDecoratedBoundsWithMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java180 private int mBottomInset = 0; field in NotificationStackScrollLayout
1418 mBottomInset = insets.getSystemWindowInsetBottom();
2053 return Math.max(0, mBottomInset - (getRootView().getHeight() - getHeight()));