Searched defs:flip (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageMirror.java47 public void flip() { method in class:ImageMirror
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DCheckableContactFlipDrawable.java62 // duration of the flip animation (where delay is 0).
65 // For the flip animation duration <pre>[_][]|[][_]<post>
68 // Need delay to skip the first half of the flip duration.
70 // Actual duration is the second half of the flip duration.
98 public void flip() { method in class:CheckableContactFlipDrawable
99 super.flip();
100 // Keep the checkmark animators in sync with the flip animator.
133 * more or less in sync with the containing FlipDrawable's flip animator.
H A DFlipDrawable.java37 * &lt;pre>&lt; flip &gt;&lt;post&gt;
56 * From 0f to END_VALUE. Determines the flip progress between mFront and mBack. 0f means
75 * &lt;pre>&lt; flip &gt;&lt;post&gt;
80 * @param flipDurationMs The duration of the actual flip. This duration includes both
82 * @param preFlipDurationMs The duration before the actual flip begins. Subclasses can use this
84 * @param postFlipDurationMs The duration after the actual flip begins. Subclasses can use this
144 // During pre-flip.
147 // During post-flip.
150 // During flip.
160 // The flip i
239 public void flip() { method in class:FlipDrawable
[all...]
/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c51 static __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ argument
52 int horiz = (flip & 1) != 0;
53 int vert = (flip & 2) != 0;
130 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint flip) { argument
138 flip_fun(flip, source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java84 flip(1f);
116 flip(Math.signum(vX));
227 public void flip(float sgn) { method in class:PhotoCarousel
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 2693 milliseconds