Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java64 int mBottomInset; field in GridLayoutManager.LayoutParams
117 return view.getBottom() - mBottomInset; in getOpticalBottom()
125 return view.getHeight() - mTopInset - mBottomInset; in getOpticalHeight()
141 return mBottomInset; in getOpticalBottomInset()
184 mBottomInset = bottomInset; in setOpticalInsets()
1009 ((LayoutParams) child.getLayoutParams()).mBottomInset; in getDecoratedBottom()
1019 outBounds.bottom -= params.mBottomInset; in getDecoratedBoundsWithMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java143 private int mBottomInset = 0; field in NotificationStackScrollLayout
1137 mBottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()
1737 return Math.max(0, mBottomInset - (getRootView().getHeight() - getHeight())); in getImeInset()