Searched refs:centerIsOutside (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GradControl.java | 124 private boolean centerIsOutside(float x1, float y1, float x2, float y2) { in centerIsOutside() method in GradControl 159 if (centerIsOutside(mDownPoint1X + dx, mDownPoint1Y + dy, in actionMove() 167 if (centerIsOutside(mDownPoint1X + dx, mDownPoint1Y + dy, in actionMove() 174 if (centerIsOutside(mDownPoint1X, mDownPoint1Y, in actionMove()
|
D | EclipseControl.java | 107 private boolean centerIsOutside(float x1, float y1) { in centerIsOutside() method in EclipseControl 142 if (centerIsOutside(x - ctrdx, y - ctrdy)) { in actionMove()
|