OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRects
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java
65
//
mRects
[0] : a normal one.
66
//
mRects
[1] : same size to that of
mRects
[1], but its left-top point is shifted
67
//
mRects
[2] : sides are not multiples of 16
68
//
mRects
[3] : the left-top point is at an odd position
69
private Rect[]
mRects
= { new Rect(0, 0, 0 + mRectWidths[0], 0 + mRectHeights[0]),
75
private Rect[] mRectsShifted = {
mRects
[0],
mRects
[1] };
170
for (int l = 0; l <
mRects
.length; ++l) {
175
mRects
[l], mRects[l])
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java
183
private RangeArray<Rect>
mRects
= new RangeArray<Rect>(-BOX_MAX, BOX_MAX);
221
mRects
.put(i, new Rect());
753
Rect r =
mRects
.get(j);
847
// Convert the information in mPlatform and mBoxes to
mRects
, so the user
871
if (Rect.intersects(
mRects
.get(i),
mRects
.get(j))) {
880
Rect r =
mRects
.get(i);
896
Rect r =
mRects
.get(i);
[
all
...]
/frameworks/base/libs/hwui/
DisplayListOp.h
[
all
...]
Completed in 61 milliseconds