OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawableBounds
(Results
1 - 2
of
2
) sorted by null
/external/setupdesign/main/src/com/google/android/setupdesign/
GlifPatternDrawable.java
244
public void scaleCanvasToBounds(Canvas canvas, Bitmap bitmap, Rect
drawableBounds
) {
247
float scaleX =
drawableBounds
.width() / (float) bitmapWidth;
248
float scaleY =
drawableBounds
.height() / (float) bitmapHeight;
/cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java
187
Rect
drawableBounds
= drawable.getBounds();
188
canvas.translate(-
drawableBounds
.left, -
drawableBounds
.top);
Completed in 145 milliseconds