Home
last modified time | relevance | path

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

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