Searched defs:setActionDown (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageFlip.java52 protected void setActionDown(float x, float y) { method in class:ImageFlip
53 super.setActionDown(x, y);
H A DImageRotate.java65 protected void setActionDown(float x, float y) { method in class:ImageRotate
66 super.setActionDown(x, y);
H A DImageStraighten.java51 protected void setActionDown(float x, float y) { method in class:ImageStraighten
52 super.setActionDown(x, y);
H A DImageCrop.java458 protected void setActionDown(float x, float y) { method in class:ImageCrop
459 super.setActionDown(x, y);
H A DImageGeometry.java275 setActionDown(event.getX(), event.getY());
295 protected void setActionDown(float x, float y) { method in class:ImageGeometry

Completed in 42 milliseconds