Searched refs:mPatch1 (Results 1 – 1 of 1) sorted by relevance
47 private Drawable mPatch1, mPatch2, mPatch3; field in ThinPatchesActivity.PatchView54 mPatch1 = resources.getDrawable(R.drawable.patch); in PatchView()89 mPatch1.setBounds(left, top, left + width, top + height); in onDraw()90 mPatch1.draw(canvas); in onDraw()