Searched refs:mGesturePaint (Results 1 – 3 of 3) sorted by relevance
38 private final Paint mGesturePaint; field in GestureTrailsDrawingPreview55 mGesturePaint = gesturePaint; in GestureTrailsDrawingPreview()137 mOffscreenCanvas, mGesturePaint, mDirtyRect); in drawPreview()
67 private final Paint mGesturePaint = new Paint(); field in GestureOverlayView183 final Paint gesturePaint = mGesturePaint; in init()233 mGesturePaint.setStrokeWidth(gestureStrokeWidth); in setGestureStrokeWidth()396 return mGesturePaint; in getGesturePaint()404 canvas.drawPath(mPath, mGesturePaint); in draw()412 mGesturePaint.setColor((mCurrentColor << 8 >>> 8) | (useAlpha << 24)); in setPaintAlpha()
18859 Landroid/gesture/GestureOverlayView;->mGesturePaint:Landroid/graphics/Paint;