Searched defs:mSelfBounds (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java42 private final Rect mSelfBounds = new Rect(); field in class:ForegroundLinearLayout
209 final Rect selfBounds = mSelfBounds;
/frameworks/support/v17/leanback/src/android/support/v17/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.java4062 private final Rect mSelfBounds = new Rect(); field in class:View.ForegroundInfo
20898 final Rect selfBounds = mForegroundInfo.mSelfBounds;

Completed in 180 milliseconds