Home
last modified time | relevance | path

Searched refs:DrawingView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRotationActivity.java32 DrawingView container = new DrawingView(this); in onCreate()
42 static class DrawingView extends View { class in RotationActivity
45 DrawingView(Context c) { in DrawingView() method in RotationActivity.DrawingView
/aosp14/frameworks/base/tests/MotionPrediction/src/test/motionprediction/
H A DDrawingView.kt45 class DrawingView(context: Context, attrs: AttributeSet) : View(context, attrs) { regex