HomeSort by relevance Sort by last modified time
    Searched refs:mapPhotoPoint (Results 1 - 5 of 5) sorted by null

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
RedEyeAction.java 43 filter.addRedEyePosition(photoView.mapPhotoPoint(x, y));
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
TouchView.java 58 mapPhotoPoint(e.getX(), e.getY(), point);
DoodleView.java 133 mapPhotoPoint(x, y, lastPoint);
138 mapPhotoPoint(x, y, lastPoint);
145 mapPhotoPoint(x + 1, y + 1, lastPoint);
FullscreenToolView.java 74 protected void mapPhotoPoint(float x, float y, PointF dst) {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java 65 public PointF mapPhotoPoint(float x, float y) {

Completed in 3901 milliseconds