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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGridLayoutManager.java69 int mBottomInset; field in class:GridLayoutManager.LayoutParams
122 return view.getBottom() - mBottomInset;
130 return view.getHeight() - mTopInset - mBottomInset;
146 return mBottomInset;
189 mBottomInset = bottomInset;
1083 - ((LayoutParams) child.getLayoutParams()).mBottomInset;
1093 outBounds.bottom -= params.mBottomInset;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java159 private int mBottomInset = 0; field in class:NotificationStackScrollLayout
1238 mBottomInset = insets.getSystemWindowInsetBottom();
1866 return Math.max(0, mBottomInset - (getRootView().getHeight() - getHeight()));

Completed in 367 milliseconds