Home
last modified time | relevance | path

Searched refs:mHighlightRect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DCropView.java149 mHighlightRectangle.mHighlightRect); in onLayout()
183 RectF rect = mHighlightRectangle.mHighlightRect; in getCropRectangle()
416 private RectF mHighlightRect = new RectF(0.25f, 0.25f, 0.75f, 0.75f); field in CropView.HighlightRectangle
442 mHighlightRect.set(0.5f - w, 0.5f - h, 0.5f + w, 0.5f + h); in setInitRectangle()
446 mHighlightRect.set(faceRect); in setRectangle()
457 RectF r = mHighlightRect; in moveEdges()
524 RectF r = mAnimation.mapRect(mHighlightRect, mTempRect); in setMovingEdges()
585 mAnimation.startParkingAnimation(mHighlightRect); in onTouch()
595 RectF r = mAnimation.mapRect(mHighlightRect, mTempRect); in renderBackground()