Searched defs:myDraw (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewPerformanceTest.java53 mLabelView.myDraw(mCanvas);
66 mTextView.myDraw(mCanvas);
67 mTextView.myDraw(mCanvas);
68 mTextView.myDraw(mCanvas);
69 mTextView.myDraw(mCanvas);
70 mTextView.myDraw(mCanvas);
71 mTextView.myDraw(mCanvas);
72 mTextView.myDraw(mCanvas);
73 mTextView.myDraw(mCanvas);
74 mTextView.myDraw(mCanva
110 final void myDraw(Canvas c) { method in class:TextViewPerformanceTest.PerformanceTextView
124 final void myDraw(Canvas c) { method in class:TextViewPerformanceTest.PerformanceLabelView
[all...]

Completed in 51 milliseconds