Searched refs:bottomInset (Results 1 – 4 of 4) sorted by relevance
229 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local241 bottomInset = 0; in onApplyWindowInsets()249 bottomInset in onApplyWindowInsets()
371 int bottomInset = 0;416 bottomInset = mActionBarHeight;418 bottomInset = mActionBarBottom.getMeasuredHeight();431 mContentInsets.bottom += bottomInset;434 mInnerInsets.bottom += bottomInset;
338 int bottomInset = 0; in onMeasure() local377 mContentInsets.bottom += bottomInset; in onMeasure()380 mInnerInsets.bottom += bottomInset; in onMeasure()
183 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets() argument187 mBottomInset = bottomInset; in setOpticalInsets()