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

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasMock.java 27 // drawMixed
63 public void drawMixed(BasicTexture from, BasicTexture to,
GLCanvasStub.java 59 public void drawMixed(BasicTexture from, BasicTexture to,
61 public void drawMixed(BasicTexture from, int to,
63 public void drawMixed(BasicTexture from, BasicTexture to,
GLCanvasTest.java 718 canvas.drawMixed(from, to, 0.5f, 100, 200, 300, 400);
736 canvas.drawMixed(from, to, 0, 100, 200, 300, 400);
740 canvas.drawMixed(from, to, 1, 100, 200, 300, 400);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FadeInTexture.java 55 canvas.drawMixed(mTexture, mColor, getRatio(), x, y, w, h);
GLCanvas.java 112 public void drawMixed(BasicTexture from, BasicTexture to,
115 public void drawMixed(BasicTexture from, int toColor,
AdaptiveBackground.java 117 canvas.drawMixed(mOldBackground,
GLCanvasImpl.java 440 public void drawMixed(BasicTexture from,
442 drawMixed(from, toColor, ratio, x, y, w, h, mAlpha);
445 public void drawMixed(BasicTexture from, BasicTexture to,
447 drawMixed(from, to, ratio, x, y, w, h, mAlpha);
465 private void drawMixed(BasicTexture from, int toColor,
530 private void drawMixed(BasicTexture from, BasicTexture to,

Completed in 229 milliseconds