Searched refs:mSelfBounds (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DNonOverlappingLinearLayoutWithForeground.java34 private final Rect mSelfBounds = new Rect(); field in class:NonOverlappingLinearLayoutWithForeground
97 final Rect selfBounds = mSelfBounds;
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java208 private final Rect mSelfBounds = new Rect(); field in class:RelativeLayout
598 final Rect selfBounds = mSelfBounds;
/frameworks/base/core/java/android/view/
H A DView.java4261 private final Rect mSelfBounds = new Rect(); field in class:View.ForegroundInfo
21973 final Rect selfBounds = mForegroundInfo.mSelfBounds;
[all...]

Completed in 213 milliseconds