Searched refs:mHighlightRectangle (Results 1 – 1 of 1) sorted by relevance
87 private HighlightRectangle mHighlightRectangle; field in CropView105 mHighlightRectangle = new HighlightRectangle(); in CropView()109 addComponent(mHighlightRectangle); in CropView()111 mHighlightRectangle.setVisibility(GLView.INVISIBLE); in CropView()143 mHighlightRectangle.layout(0, 0, width, height); in onLayout()147 if (mHighlightRectangle.getVisibility() == GLView.VISIBLE) { in onLayout()149 mHighlightRectangle.mHighlightRect); in onLayout()182 if (mHighlightRectangle.getVisibility() == GLView.INVISIBLE) return null; in getCropRectangle()183 RectF rect = mHighlightRectangle.mHighlightRect; in getCropRectangle()271 mHighlightRectangle.setRectangle(mFaces.get(index)); in onTouch()[all …]