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

  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 130 view.draw2D(rightEdge, 0, Z_FAR_PLANE, mBackgroundBlitWidth, mHeight);
132 view.draw2D(anchorEdge, 0, Z_FAR_PLANE, mBackgroundBlitWidth, mHeight);
135 view.draw2D(leftEdge, 0, Z_FAR_PLANE, mBackgroundBlitWidth, mHeight);
CanvasTexture.java 164 view.draw2D(x, y, 0, mWidth, mHeight);
187 view.draw2D(x, y, 0, width, height);
ImageButton.java 95 view.draw2D(currentImage, mX, mY);
PathBarLayer.java 211 view.draw2D(join, x - join.getWidth(), y);
213 view.draw2D(x, y, 0f, width, height);
216 view.draw2D(0f, y, 0f, x + width, height);
221 view.draw2D(cap, x + width, y);
233 view.draw2D(icon, x + xOffset, y - 2 * App.PIXEL_DENSITY);
241 view.draw2D(texture, x + textOffset, y + 5);
MenuBar.java 124 view.draw2D(background, mX, mY - extra, mWidth, backgroundHeight);
132 view.draw2D(menus[i].x, y, 0, 1, menuHeight);
161 view.draw2D(icon, menu.x + offset, iconY);
164 view.draw2D(titleTexture, menu.x + offset + iconWidth, titleY);
181 view.draw2D(highlightLeft, x - MENU_HIGHLIGHT_EDGE_WIDTH * App.PIXEL_DENSITY, y, MENU_HIGHLIGHT_EDGE_WIDTH
185 view.draw2D(highlightMiddle, x, y, width, height);
188 view.draw2D(highlightRight, x + width, y, MENU_HIGHLIGHT_EDGE_WIDTH * App.PIXEL_DENSITY, height);
TimeBar.java 388 view.draw2D(scrolledOriginX + getKnobXForPosition(position) - knobWidth * 0.5f, originY, 0f, knobWidth, knob
395 view.draw2D(scrolledOriginX + getKnobXForPosition(position) - knobWidth * 0.5f, view.getHeight() - knobHeight, 0f,
441 view.draw2D(mBackgroundTexture, x, y);
445 view.draw2D(month, x, y);
448 view.draw2D(day, x, y);
450 view.draw2D(year, x, y);
RenderView.java 361 public void draw2D(Texture texture, float x, float y) {
369 public void draw2D(Texture texture, float x, float y, float width, float height) {
375 public void draw2D(Texture texture, int x, int y, int width, int height) {
381 public void draw2D(float x, float y, float z, float width, float height) {
    [all...]

Completed in 264 milliseconds