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