OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawMixed
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
FadeInTexture.java
35
canvas.
drawMixed
(mTexture, mColor, getRatio(), x, y, w, h);
GLCanvas.java
98
public void
drawMixed
(BasicTexture from, int toColor,
BitmapScreenNail.java
158
canvas.
drawMixed
(mTexture, PLACEHOLDER_COLOR, getRatio(), x, y,
GLCanvasImpl.java
430
public void
drawMixed
(BasicTexture from,
432
drawMixed
(from, toColor, ratio, x, y, w, h, mAlpha);
451
private void
drawMixed
(BasicTexture from, int toColor,
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasMock.java
27
//
drawMixed
63
public void
drawMixed
(BasicTexture from, BasicTexture to,
GLCanvasStub.java
62
public void
drawMixed
(BasicTexture from, BasicTexture to,
64
public void
drawMixed
(BasicTexture from, int to,
66
public void
drawMixed
(BasicTexture from, BasicTexture to,
Completed in 50 milliseconds