Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java140 float ctrdx = mDownX - mDownCenterX; in actionMove() local
142 if (centerIsOutside(x - ctrdx, y - ctrdy)) { in actionMove()
145 oval.setCenter((x - ctrdx), (y - ctrdy)); in actionMove()