OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotatedBounds
(Results
1 - 7
of
7
) sorted by null
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
WallpaperTileInfo.java
58
float[]
rotatedBounds
= new float[] { bounds.x, bounds.y };
59
rotateMatrix.mapPoints(
rotatedBounds
);
60
rotatedBounds
[0] = Math.abs(
rotatedBounds
[0]);
61
rotatedBounds
[1] = Math.abs(
rotatedBounds
[1]);
64
(int)
rotatedBounds
[0], (int)
rotatedBounds
[1], width, height, leftAligned);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
InputStreamProvider.java
85
float[]
rotatedBounds
= new float[] { bounds.x, bounds.y };
86
rotateMatrix.mapPoints(
rotatedBounds
);
87
rotatedBounds
[0] = Math.abs(
rotatedBounds
[0]);
88
rotatedBounds
[1] = Math.abs(
rotatedBounds
[1]);
90
cropBounds.offset(-
rotatedBounds
[0]/2, -
rotatedBounds
[1]/2);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
398
final Rect
rotatedBounds
= new Rect(bounds);
399
RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(),
rotatedBounds
);
404
onDrawBitmap(canvas, mRect,
rotatedBounds
);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
615
float[]
rotatedBounds
= new float[] { bounds.x, bounds.y };
616
rotateMatrix.mapPoints(
rotatedBounds
);
617
rotatedBounds
[0] = Math.abs(
rotatedBounds
[0]);
618
rotatedBounds
[1] = Math.abs(
rotatedBounds
[1]);
620
mCropBounds.offset(-
rotatedBounds
[0]/2, -
rotatedBounds
[1]/2);
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
Completed in 346 milliseconds