Home
last modified time | relevance | path

Searched refs:selfBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DRelativeLayout.java618 final Rect selfBounds = mSelfBounds; in onMeasure() local
619 selfBounds.set(mPaddingLeft, mPaddingTop, width - mPaddingRight, in onMeasure()
623 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds, in onMeasure()
/frameworks/base/core/java/android/view/
DView.java26815 final Rect selfBounds = mForegroundInfo.mSelfBounds; in onDrawForeground() local
26819 selfBounds.set(0, 0, getWidth(), getHeight()); in onDrawForeground()
26821 selfBounds.set(getPaddingLeft(), getPaddingTop(), in onDrawForeground()
26827 foreground.getIntrinsicHeight(), selfBounds, overlayBounds, ld); in onDrawForeground()