Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRelativeLayout.java617 final Rect selfBounds = mSelfBounds; in onMeasure() local
618 selfBounds.set(mPaddingLeft, mPaddingTop, width - mPaddingRight, in onMeasure()
622 Gravity.apply(mGravity, right - left, bottom - top, selfBounds, contentBounds, in onMeasure()
/frameworks/base/core/java/android/view/
DView.java23872 final Rect selfBounds = mForegroundInfo.mSelfBounds; in onDrawForeground() local
23876 selfBounds.set(0, 0, getWidth(), getHeight()); in onDrawForeground()
23878 selfBounds.set(getPaddingLeft(), getPaddingTop(), in onDrawForeground()
23884 foreground.getIntrinsicHeight(), selfBounds, overlayBounds, ld); in onDrawForeground()