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