Searched refs:mBottomInset (Results 1 – 2 of 2) sorted by relevance
71 int mBottomInset; field in GridLayoutManager.LayoutParams124 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()
180 private int mBottomInset = 0; field in NotificationStackScrollLayout1418 mBottomInset = insets.getSystemWindowInsetBottom();2053 return Math.max(0, mBottomInset - (getRootView().getHeight() - getHeight()));