Searched refs:_paintCanvas (Results 1 – 1 of 1) sorted by relevance
89 private var _paintCanvas: Canvas? = null variable in com.android.egg.paint.Painting105 val c = _paintCanvas in run()171 if (insets != null && _paintCanvas == null) { in onApplyWindowInsets()182 val c = _paintCanvas in plot()234 val c = _paintCanvas in onTouchEvent()350 _paintCanvas = c in setupBitmaps()358 _paintCanvas?.drawBitmap(bitmap!!, 0f, 0f, invertPaint) in invertContents()