Searched refs:centerIsOutside (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGradControl.java124 private boolean centerIsOutside(float x1, float y1, float x2, float y2) { method in class:GradControl
159 if (centerIsOutside(mDownPoint1X + dx, mDownPoint1Y + dy,
167 if (centerIsOutside(mDownPoint1X + dx, mDownPoint1Y + dy,
174 if (centerIsOutside(mDownPoint1X, mDownPoint1Y,
H A DEclipseControl.java107 private boolean centerIsOutside(float x1, float y1) { method in class:EclipseControl
142 if (centerIsOutside(x - ctrdx, y - ctrdy)) {

Completed in 56 milliseconds