OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sCanvas
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java
53
private static Canvas
sCanvas
;
142
sCanvas
.drawBitmap(localBitmapRef, x, y, sBitmapPaint);
146
if (x > 0)
sCanvas
.drawLine(x - 1, 0, x - 1, TILE_SIZE, sPaint);
147
if (y > 0)
sCanvas
.drawLine(0, y - 1, TILE_SIZE, y - 1, sPaint);
148
if (r < CONTENT_SIZE)
sCanvas
.drawLine(r, 0, r, TILE_SIZE, sPaint);
149
if (b < CONTENT_SIZE)
sCanvas
.drawLine(0, b, TILE_SIZE, b, sPaint);
237
sCanvas
= null;
244
sCanvas
= new Canvas(sUploadBitmap);
/packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java
56
private static final Canvas
sCanvas
= new Canvas();
59
sCanvas
.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG,
95
synchronized (
sCanvas
) { // we share the statics :-(
140
final Canvas canvas =
sCanvas
;
169
synchronized (
sCanvas
) { // we share the statics :-(
203
synchronized (
sCanvas
) { // we share the statics :-(
218
synchronized (
sCanvas
) { // we share the statics :-(
224
final Canvas canvas =
sCanvas
;
/packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java
59
private static final Canvas
sCanvas
= new Canvas();
62
sCanvas
.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG,
131
synchronized (
sCanvas
) { // we share the statics :-(
169
final Canvas canvas =
sCanvas
;
206
synchronized (
sCanvas
) { // we share the statics :-(
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
Completed in 79 milliseconds