Searched defs:draw (Results 76 - 88 of 88) sorted by relevance

1234

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java37 * Class to measure and draw the time in the {@link com.android.deskclock.CircleTimerView}.
96 * Class to measure and draw the digit pairs of hours, minutes, seconds or hundredths. Digits
166 * @param ii what character to start the draw
190 public float draw(Canvas canvas, final String time, float x, float y) { method in class:CountingTimerView.UnsignedTime
205 * {@link UnsignedTime#draw(android.graphics.Canvas, String, float, float)}
208 public float draw(Canvas canvas, final String time, float x, float y) { method in class:CountingTimerView.Hundredths
243 * {@link UnsignedTime#draw(android.graphics.Canvas, String, float, float)}
246 public float draw(Canvas canvas, final String time, float x, float y) { method in class:CountingTimerView.SignedTime
317 * hundredths. If update is true, the view is invalidated so that it will draw again.
641 xTextStart = mBigHours.draw(canva
[all...]
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java792 public void draw(Canvas canvas) { method in class:MultiShrinkScroller
793 super.draw(canvas);
817 if (mEdgeGlowBottom.draw(canvas)) {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java563 public void draw(Canvas canvas) { method in class:GalleryThumbnailView
564 super.draw(canvas);
573 if (mLeftEdge.draw(canvas)) {
586 if (mRightEdge.draw(canvas)) {
H A DTiledImageRenderer.java413 public boolean draw(GLCanvas canvas) { method in class:TiledImageRenderer
450 mPreview.draw(canvas, mOffsetX, mOffsetY,
702 // draw beyond the boundaries.
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java413 public boolean draw(GLCanvas canvas) { method in class:TiledImageRenderer
450 mPreview.draw(canvas, mOffsetX, mOffsetY,
702 // draw beyond the boundaries.
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java845 public void draw(Canvas canvas) { method in class:MusicUtils.FastBitmapDrawable
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java881 public void draw(Canvas canvas) { method in class:PanoramaModule.FlipBitmapDrawable
887 super.draw(canvas);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java1384 public void draw(Canvas canvas) { method in class:ModeListView
1390 super.draw(canvas);
1394 super.draw(canvas);
2060 * Sets the bitmap to be drawn in the background and the drawArea to draw
2064 * @param drawArea area to draw the background image
2086 mCircleDrawable.draw(canvas);
2093 // No need to draw super when mBackgroundOverlay is being drawn, as
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java170 // Handle indices -- draw
480 draw(GLES20.GL_LINE_STRIP, OFFSET_DRAW_LINE, COUNT_LINE_VERTEX, x1, y1, x2 - x1, y2 - y1,
487 draw(GLES20.GL_LINE_LOOP, OFFSET_DRAW_RECT, COUNT_RECT_VERTEX, x, y, width, height, paint);
491 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth());
496 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
499 draw(mDrawParameters, type, count, x, y, width, height);
554 private void draw(ShaderParameter[] params, int type, int count, float x, float y, float width, method in class:GLES20Canvas
576 draw(GLES20.GL_TRIANGLE_STRIP, OFFSET_FILL_RECT, COUNT_FILL_VERTEX, x, y, width, height,
678 draw(param
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java170 // Handle indices -- draw
480 draw(GLES20.GL_LINE_STRIP, OFFSET_DRAW_LINE, COUNT_LINE_VERTEX, x1, y1, x2 - x1, y2 - y1,
487 draw(GLES20.GL_LINE_LOOP, OFFSET_DRAW_RECT, COUNT_RECT_VERTEX, x, y, width, height, paint);
491 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth());
496 private void draw(int type, int offset, int count, float x, float y, float width, float height, method in class:GLES20Canvas
499 draw(mDrawParameters, type, count, x, y, width, height);
554 private void draw(ShaderParameter[] params, int type, int count, float x, float y, float width, method in class:GLES20Canvas
576 draw(GLES20.GL_TRIANGLE_STRIP, OFFSET_FILL_RECT, COUNT_FILL_VERTEX, x, y, width, height,
678 draw(param
[all...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java102 void draw(Canvas canvas, int top, int height) { method in class:BatteryHistoryChart.ChartData
1021 // If we reserved room for the remaining time, create a final path to draw
1246 mPhoneSignalChart.draw(canvas, top, mLineWidth);
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java637 // drag shadow also fails with a OutofResourceException when trying to draw the drag
653 // and only draw the bitmap in onDrop for animation.
1450 public void draw(Canvas canvas) { method in class:StaggeredGridView
1451 super.draw(canvas);
1458 mTopEdge.draw(canvas);
1467 mBottomEdge.draw(canvas);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java584 void draw(GLCanvas canvas, Rect r); method in interface:PhotoView.Picture
644 public void draw(GLCanvas canvas, Rect r) { method in class:PhotoView.FullPicture
805 public void draw(GLCanvas canvas, Rect r) { method in class:PhotoView.ScreenNailPicture
851 mScreenNail.draw(canvas, -drawW / 2, -drawH / 2, drawW, drawH);
923 mVideoPlayIcon.draw(canvas, -s / 2, -s / 2, s, s);
929 m.draw(canvas, -m.getWidth() / 2, -m.getHeight() / 2);
1442 // Determine how many photos we need to draw in addition to the center
1448 // In page mode, we draw only one previous/next photo. But if we are
1449 // doing capture animation, we want to draw all photos.
1463 mPictures.get(i).draw(canva
[all...]

Completed in 334 milliseconds

1234