Searched refs:mBottomInset (Results 1 – 2 of 2) sorted by relevance
64 int mBottomInset; field in GridLayoutManager.LayoutParams117 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()
143 private int mBottomInset = 0; field in NotificationStackScrollLayout1137 mBottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()1737 return Math.max(0, mBottomInset - (getRootView().getHeight() - getHeight())); in getImeInset()