/cts/tests/acceleration/src/android/acceleration/cts/ |
D | AcceleratedView.java | 46 protected void onDraw(Canvas canvas) { in onDraw() method in AcceleratedView 47 super.onDraw(canvas); in onDraw()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | CameraPreviewView.java | 38 public void onDraw(Canvas canvas) { in onDraw() method in CameraPreviewView 39 super.onDraw(canvas); in onDraw()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | CompoundButtonTest.java | 267 compoundButton.onDraw(canvas); in testOnDraw() 277 compoundButton.onDraw(canvas); in testOnDraw() 286 compoundButton.onDraw(canvas); in testOnDraw() 295 compoundButton.onDraw(canvas); in testOnDraw() 411 protected void onDraw(Canvas canvas) { in onDraw() method in CompoundButtonTest.MockCompoundButton 412 super.onDraw(canvas); in onDraw()
|
D | MockTextView.java | 129 protected void onDraw(Canvas canvas) { in onDraw() method in MockTextView 130 super.onDraw(canvas); in onDraw()
|
D | CheckedTextViewTest.java | 309 protected void onDraw(Canvas canvas) { 310 super.onDraw(canvas);
|
D | ImageViewTest.java | 424 mockImageView.onDraw(new Canvas()); in testOnDraw() 522 protected void onDraw(Canvas canvas) { in onDraw() method in ImageViewTest.MockImageView 523 super.onDraw(canvas); in onDraw()
|
D | ProgressBarTest.java | 530 protected synchronized void onDraw(Canvas canvas) { in onDraw() method in ProgressBarTest.MockProgressBar 531 super.onDraw(canvas); in onDraw()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
D | ColorChangeOnKeyView.java | 48 public void onDraw(Canvas canvas) { in onDraw() method in ColorChangeOnKeyView
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/ |
D | UnclippedBlueView.java | 45 protected void onDraw(Canvas canvas) { in onDraw() method in UnclippedBlueView
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockTextView.java | 129 protected void onDraw(Canvas canvas) { in onDraw() method in MockTextView 130 super.onDraw(canvas); in onDraw()
|
D | MockView.java | 464 protected void onDraw(Canvas canvas) { in onDraw() method in MockView 465 super.onDraw(canvas); in onDraw()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawableTest.java | 254 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { in onDraw() method in ShapeDrawableTest.MockShapeDrawable 255 super.onDraw(shape, canvas, paint); in onDraw() 273 shapeDrawable.onDraw(mockShape, new Canvas(), new Paint()); in testOnDraw() 277 shapeDrawable.onDraw(null, null, new Paint()); in testOnDraw()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClientView.java | 48 public void onDraw(Canvas canvas) { in onDraw() method in CanvasClientView
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
D | TouchPointView.java | 82 public void onDraw(Canvas canvas) { in onDraw() method in TouchPointView
|
/cts/tests/tests/media/src/android/media/cts/ |
D | FaceView.java | 77 protected void onDraw(Canvas canvas) { in onDraw() method in FaceView
|
D | EncodeVirtualDisplayWithCompositionTest.java | 826 mTopWindow.onDraw(mGluSTMatrixHandle, mGlaPositionHandle, mGlaTextureHandle); in doGlRendering() 1020 public void onDraw(int uSTMatrixHandle, int aPositionHandle, int aTextureHandle) { in onDraw() method in EncodeVirtualDisplayWithCompositionTest.GlCompositor.GlWindow
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 204 protected void onDraw(Canvas canvas) { in onDraw() method in MotionIndicatorView 205 super.onDraw(canvas); in onDraw()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | EmojiTest.java | 153 public void onDraw(Canvas canvas) { in onDraw() method in EmojiTest.CaptureCanvas
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimationActivity.java | 265 protected void onDraw(Canvas canvas) { in onDraw() method in AnimationActivity.AnimationView
|