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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java 21 import com.android.gallery3d.app.SlideshowPage.Slide;
58 private final LinkedList<Slide> mImageQueue = new LinkedList<Slide>();
137 new Slide(item, mLoadIndex, bitmap));
159 private synchronized Slide innerNextBitmap() {
174 public Future<Slide> nextSlide(FutureListener<Slide> listener) {
175 return mThreadPool.submit(new Job<Slide>() {
177 public Slide run(JobContext jc) {
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...]
  /frameworks/base/core/java/android/transition/
Slide.java 34 public class Slide extends Visibility {
TransitionInflater.java 163 } else if ("slide".equals(name)) {
164 transition = new Slide();
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
LoginActivity.java 26 import android.transition.Slide;
55 // Custom transitions in/out of NewUser screen - slide in the 2nd password UI
57 slider.addTransition(new Slide().addTarget(R.id.retype).addTarget(R.id.retypeEdit));
  /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...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
ribbon.js 8 * Scrollable thumbnail ribbon at the bottom of the Gallery in the Slide mode.
204 box.setAttribute('vanishing', 'slide');
224 startBox.setAttribute('vanishing', 'slide');
slide_mode.js 8 * Slide mode displays a single image and has a set of controls to navigate
75 SlideMode.prototype.getName = function() { return 'slide' };
418 * @param {number=} opt_slideHint Slide animation direction (-1|1).
487 new ImageView.Effect.Slide(step, this.isSlideshowPlaying_()),
534 // we are re-selecting the same item (and does right-to-left slide-in
    [all...]
gallery.js 181 * in the slide mode load faster. In miiliseconds.
507 // Printing is available only in the slide view.
719 case 'U+004D': // 'm' switches between Slide and Mosaic mode.
769 {gallery: (this.currentMode_ == this.mosaicMode_ ? 'mosaic' : 'slide')});
mosaic_mode.js 12 * @param {function} toggleMode Function to switch to the Slide mode.
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 429 <li><a href="<?cs var:toroot ?>training/animation/screen-slide.html">
430 Using ViewPager for Screen Slide
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 3306 milliseconds