HomeSort by relevance Sort by last modified time
    Searched refs:mContentBounds (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
PixelCopyWideGamutViewProducerActivity.java 49 private Rect mContentBounds = new Rect();
82 // We pass mContentBounds here just as a throwaway rect, we don't care about
84 mContent.getGlobalVisibleRect(mContentBounds, offset);
85 mContentBounds.set(offset.x, offset.y,
119 inOut.offset(mContentBounds.left, mContentBounds.top);
PixelCopyViewProducerActivity.java 49 private Rect mContentBounds = new Rect();
84 // We pass mContentBounds here just as a throwaway rect, we don't care about
86 mContent.getGlobalVisibleRect(mContentBounds, offset);
87 mContentBounds.set(offset.x - mOutsets.left, offset.y - mOutsets.top,
136 float sx = mContentBounds.width() / 100.0f;
137 float sy = mContentBounds.height() / 100.0f;
142 inOut.offset(mContentBounds.left, mContentBounds.top);
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 207 private final Rect mContentBounds = new Rect();
602 final Rect contentBounds = mContentBounds;
    [all...]

Completed in 141 milliseconds