HomeSort by relevance Sort by last modified time
    Searched refs:drawMixed (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FadeInTexture.java 37 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h);
GLCanvas.java 99 public void drawMixed(BasicTexture from, int toColor,
106 public void drawMixed(BasicTexture from, int toColor,
TiledScreenNail.java 173 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y,
TiledTexture.java 262 public void drawMixed(GLCanvas canvas, int color, float ratio,
274 canvas.drawMixed(t, color, ratio, mSrcRect, mDestRect);
GLCanvasImpl.java 447 public void drawMixed(BasicTexture from,
449 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
510 public void drawMixed(BasicTexture from, int toColor, float ratio,
544 private void drawMixed(BasicTexture from, int toColor,
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 63 public void drawMixed(BasicTexture from, BasicTexture to,
65 public void drawMixed(BasicTexture from, int to,
67 public void drawMixed(BasicTexture from, BasicTexture to,
86 public void drawMixed(BasicTexture from, int toColor,
GLCanvasMock.java 27 // drawMixed
63 public void drawMixed(BasicTexture from, BasicTexture to,

Completed in 338 milliseconds