Searched refs:painting (Results 1 – 1 of 1) sorted by relevance
53 private Painting painting = null; field in PaintActivity75 painting.clear();82 painting.setZenMode(!painting.getZenMode());86 .rotation(painting.getZenMode() ? 0f : 90f);138 painting = oldPainting != null ? oldPainting : new Painting(this); in setupViews()139 ((FrameLayout) findViewById(R.id.contentView)).addView(painting, in setupViews()144 painting.setPaperColor(getColor(R.color.paper_color)); in setupViews()145 painting.setPaintColor(getColor(R.color.paint_color)); in setupViews()151 magnifier = new Magnifier(painting); in setupViews()153 painting.setOnTouchListener( in setupViews()[all …]