HomeSort by relevance Sort by last modified time
    Searched defs:mSelfBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
FrameLayout.java 88 private final Rect mSelfBounds = new Rect();
605 final Rect selfBounds = mSelfBounds;
RelativeLayout.java 208 private final Rect mSelfBounds = new Rect();
603 final Rect selfBounds = mSelfBounds;
    [all...]

Completed in 48 milliseconds