Searched refs:mPaint (Results 76 - 78 of 78) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java901 Paint mPaint = new Paint(); field in class:LLand.Stem
908 mPaint.setColor(0xFFAAAAAA);
940 c.drawPath(mShadow, mPaint);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java284 final int old = mPaint.getAlpha();
/frameworks/base/core/java/android/widget/
H A DEditor.java3994 private final Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG); field in class:Editor.CorrectionHighlighter
4001 mPaint.setCompatibilityScaling(mTextView.getResources().getCompatibilityInfo().
4003 mPaint.setStyle(Paint.Style.FILL);
4022 canvas.drawPath(mPath, mPaint);
4042 mPaint.setColor(color);

Completed in 134 milliseconds

1234