HomeSort by relevance Sort by last modified time
    Searched defs:Slide (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/transition/
Slide.java 34 public class Slide extends Visibility {
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 63 * the slide-in/slide-out transition.
371 } else if ((!effect || (effect.constructor.name == 'Slide')) &&
374 // Only show thumbnails if there is no effect or the effect is Slide.
626 * Replace the displayed image, possibly with slide-in animation.
949 * Slide effect.
955 ImageView.Effect.Slide = function Slide(direction, opt_slow) {
967 ImageView.Effect.Slide.prototype = { __proto__: ImageView.Effect.prototype };
970 * @return {ImageView.Effect.Slide} Reverse Slide effect
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 64 public Future<Slide> nextSlide(FutureListener<Slide> listener);
67 public static class Slide {
72 public Slide(MediaItem item, int index, Bitmap bitmap) {
83 private Slide mPendingSlide = null;
143 mModel.nextSlide(new FutureListener<Slide>() {
145 public void onFutureDone(Future<Slide> future) {
156 Slide slide = mPendingSlide; local
157 if (slide == null)
    [all...]

Completed in 126 milliseconds