Searched refs:bottomInset (Results 1 – 3 of 3) sorted by relevance
372 int bottomInset = 0;417 bottomInset = mActionBarHeight;419 bottomInset = mActionBarBottom.getMeasuredHeight();432 mContentInsets.bottom += bottomInset;435 mInnerInsets.bottom += bottomInset;
375 int bottomInset = 0; in onMeasure() local422 bottomInset = mActionBarHeight; in onMeasure()424 bottomInset = mActionBarBottom.getMeasuredHeight(); in onMeasure()437 mContentInsets.bottom += bottomInset; in onMeasure()440 mInnerInsets.bottom += bottomInset; in onMeasure()
151 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets() argument155 mBottomInset = bottomInset; in setOpticalInsets()