Searched refs:mBottom (Results 1 – 5 of 5) sorted by relevance
31 private final int mBottom; field in Insets34 mLeft = mRight = mTop = mBottom = 0; in Insets()41 mBottom = bottom; in Insets()57 return mBottom; in getBottom()63 + ", top: " + mTop + ", bottom: " + mBottom + " }"; in toString()74 && mBottom == insets.mBottom; in equals()79 return Objects.hash(mLeft, mRight, mTop, mBottom); in hashCode()
28 protected int mLeft, mTop, mRight, mBottom; field in OverlayRenderer70 mBottom = bottom; in layout()86 return mBottom - mTop; in getHeight()
503 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()507 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) - in getBaseline()
744 int panDeltaY2 = Math.min(0, mBottom - r.bottom); in ensureVisible()