HomeSort by relevance Sort by last modified time
    Searched full:slideshow (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /build/tools/droiddoc/templates-sac/
trailer.cs 5 $('.slideshow-container').dacSlideshow({
6 btnPrev: '.slideshow-prev',
7 btnNext: '.slideshow-next',
  /build/tools/droiddoc/templates-sdk/
trailer.cs 5 $('.slideshow-container').dacSlideshow({
6 btnPrev: '.slideshow-prev',
7 btnNext: '.slideshow-next',
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 46 * PduLoaderManager is used to asynchronously load mms pdu's and then build a slideshow model
48 * uses the PduCache built into the mms framework. It also manages a local cache of slideshow
49 * models. The slideshow cache uses SoftReferences to hang onto the slideshow.
86 final SlideshowModel slideshow = (requestSlideshow && !DEBUG_DISABLE_CACHE) ? local
89 final boolean slideshowExists = (!requestSlideshow || slideshow != null);
97 PduLoaded pduLoaded = new PduLoaded(cacheEntry.getPdu(), slideshow);
117 removePdu(uri); // the pdu and/or slideshow might be half loaded. Make sure
181 SlideshowModel slideshow = null; local
186 slideshow = SlideshowModel.createFromPduBody(mContext
    [all...]
  /build/tools/droiddoc/templates-ds/
trailer.cs 30 $('.slideshow-container').dacSlideshow({
31 btnPrev: '.slideshow-prev',
32 btnNext: '.slideshow-next',
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
Demos.java 21 setContentView(R.layout.slideshow);
  /frameworks/base/docs/html/
index.jd 11 <!-- Slideshow -->
12 <div class="slideshow-container slideshow-home col-16">
13 <a href="" class="slideshow-prev">Prev</a>
14 <a href="" class="slideshow-next">Next</a>
93 <!-- /End slideshow -->
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 39 public static final String TAG = "Mms/slideshow";
61 public SlideModel(SlideshowModel slideshow) {
62 this(DEFAULT_SLIDE_DURATION, slideshow);
65 public SlideModel(int duration, SlideshowModel slideshow) {
67 mParent = slideshow;
145 // Just before we send the slideshow, we take the remaining space in the
146 // slideshow and equally allocate it to all the resizeable media items and resize them.
193 // Just before we send the slideshow, we take the remaining space in the
194 // slideshow and equally allocate it to all the resizeable media items and resize them.
  /packages/apps/Gallery/res/xml/
gallery_preferences.xml 55 <!-- Slideshow interval -->
65 <!-- Slideshow transition -->
75 <!-- Repeat slideshow -->
  /packages/apps/Gallery/res/values-en-rGB/
strings.xml 46 <string name="slide_show" msgid="1965192737233824143">"Slideshow"</string>
70 <string name="pref_slideshow_category" msgid="9097962086335681667">"Slideshow settings"</string>
85 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"Slideshow interval"</string>
87 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"Slideshow interval"</string>
93 <string name="pref_gallery_slideshow_transition_title" msgid="3235158556228218846">"Slideshow transition"</string>
95 <string name="pref_gallery_slideshow_transition_dialogtitle" msgid="5483406447721500371">"Slideshow transition"</string>
102 <string name="pref_gallery_slideshow_repeat_title" msgid="6512135022461429738">"Repeat slideshow"</string>
103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"Play slideshow more than once"</string>
  /packages/apps/Gallery/res/values-en-rIN/
strings.xml 46 <string name="slide_show" msgid="1965192737233824143">"Slideshow"</string>
70 <string name="pref_slideshow_category" msgid="9097962086335681667">"Slideshow settings"</string>
85 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"Slideshow interval"</string>
87 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"Slideshow interval"</string>
93 <string name="pref_gallery_slideshow_transition_title" msgid="3235158556228218846">"Slideshow transition"</string>
95 <string name="pref_gallery_slideshow_transition_dialogtitle" msgid="5483406447721500371">"Slideshow transition"</string>
102 <string name="pref_gallery_slideshow_repeat_title" msgid="6512135022461429738">"Repeat slideshow"</string>
103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"Play slideshow more than once"</string>
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 412 return WorkingMessage.SLIDESHOW;
421 return WorkingMessage.SLIDESHOW;
570 public static void viewSimpleSlideshow(Context context, SlideshowModel slideshow) {
571 if (!slideshow.isSimple()) {
573 "viewSimpleSlideshow() called on a non-simple slideshow");
575 SlideModel slide = slideshow.get(0);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
slide_mode.js 183 'button slideshow', 'button');
189 util.createChild(this.container_, 'tool slideshow-toolbar');
190 util.createChild(slideShowToolbar, 'slideshow-play').
192 util.createChild(slideShowToolbar, 'slideshow-end').
566 // If the saved selection is multiple the Slideshow should cycle through
588 * automatic change in the slideshow mode).
818 case 'U+001B': // Escape exits the slideshow.
822 case 'U+0020': // Space pauses/resumes the slideshow.
833 return true; // Consume all keystrokes in the slideshow mode.
1026 // Slideshow
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 122 public static final int SLIDESHOW = 4;
132 // Slideshow for this message, if applicable. If it's a simple attachment,
133 // i.e. not SLIDESHOW, it will contain only one slide.
252 // If we get an empty slideshow, tear down all MMS
257 mAttachmentType = SLIDESHOW;
395 public static void removeThumbnailsFromCache(SlideshowModel slideshow) {
396 if (slideshow != null) {
399 Iterator<SlideModel> iterator = slideshow.iterator();
435 // Special case for deleting a slideshow. When ComposeMessageActivity gets told to
440 // a slide zero. In the case of an already attached slideshow, ensureSlideshow will d
548 SlideshowModel slideshow = SlideshowModel.createNew(mActivity); local
1211 final SlideshowModel slideshow = mSlideshow; local
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 104 <string name="slide_show">Slideshow</string>
170 <string name="pref_slideshow_category">Slideshow settings</string>
214 <string name="pref_gallery_slideshow_interval_title">Slideshow interval</string>
217 <!-- Title of dialog that appears after selecting Slideshow interval setting option -->
218 <string name="pref_gallery_slideshow_interval_dialogtitle">Slideshow interval</string>
219 <!-- Options in dialog that appears after selecting Slideshow interval setting option -->
228 <!-- Option values in dialog that appears after selecting Slideshow interval setting option -->
234 <!-- Default option value in dialog that appears after selecting Slideshow interval setting option -->
237 <string name="pref_gallery_slideshow_transition_title">Slideshow transition</string>
240 <!-- Title of dialog that appears after selecting Slideshow transition setting option --
    [all...]
  /packages/apps/Gallery2/res/menu/
album.xml 23 android:title="@string/slideshow"
  /external/chromium_org/chrome/browser/resources/file_manager/css/
gallery.css 201 .gallery[tools]:not([slideshow]) > .header,
202 .gallery[tools]:not([slideshow]) > .toolbar {
207 /* Hide immediately when entering the slideshow. */
208 .gallery[tools][slideshow] > .toolbar {
752 .gallery > .toolbar > button.slideshow {
758 .gallery > .toolbar > button.slideshow:active,
759 .gallery > .toolbar > button.slideshow[pressed] {
1312 /* Slideshow controls */
1314 .slideshow-toolbar {
1327 .gallery[tools][slideshow] .slideshow-toolbar
    [all...]
  /packages/apps/Gallery/res/values-el/
strings.xml 70 <string name="pref_slideshow_category" msgid="9097962086335681667">"????????? ???????? ?????????? (slideshow)"</string>
85 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"???????? ???????? ?????????? (slideshow)"</string>
87 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"???????? ???????? ?????????? (slideshow)"</string>
93 <string name="pref_gallery_slideshow_transition_title" msgid="3235158556228218846">"???????? ???????? ?????????? (slideshow)"</string>
95 <string name="pref_gallery_slideshow_transition_dialogtitle" msgid="5483406447721500371">"???????? ???????? ?????????? (slideshow)"</string>
102 <string name="pref_gallery_slideshow_repeat_title" msgid="6512135022461429738">"????????? ???????? ?????????? (slideshow)"</string>
  /packages/apps/Gallery/res/values-tl/
strings.xml 46 <string name="slide_show" msgid="1965192737233824143">"Slideshow"</string>
70 <string name="pref_slideshow_category" msgid="9097962086335681667">"Mga setting ng slideshow"</string>
85 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"Agwat ng slideshow"</string>
87 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"Agwat ng slideshow"</string>
93 <string name="pref_gallery_slideshow_transition_title" msgid="3235158556228218846">"Paglilipat ng slideshow"</string>
95 <string name="pref_gallery_slideshow_transition_dialogtitle" msgid="5483406447721500371">"Paglilipat ng slideshow"</string>
102 <string name="pref_gallery_slideshow_repeat_title" msgid="6512135022461429738">"Ulitin ang slideshow"</string>
103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"I-play ang slideshow nang higit sa isang beses"</string>
  /packages/apps/Mms/res/layout/
slideshow_attachment_view.xml 38 <!-- This FrameLayout makes the play_slideshow_button on the top of slideshow
39 image and text, and puts the picture_frame exactly around the slideshow
  /packages/apps/Mms/res/values/
strings.xml 67 <!-- Context menu item on an individual message for viewing an attached slideshow -->
68 <string name="view_slideshow">View slideshow</string>
106 <!-- Header for context menu on an individual slideshow -->
107 <string name="slideshow_options">Slideshow options</string>
112 <!-- Menu item in slideshow edit screen for moving the selected slide up in the order -->
114 <!-- Menu item in slideshow edit screen for moving the selected slide down in the order -->
116 <!-- Menu item in slideshow edit screen for removing the selected slide from the slideshow -->
118 <!-- Menu item in slideshow edit screen for adding a new slide to the slideshow --
    [all...]
  /packages/experimental/DreamTheater/
AndroidManifest.xml 26 android:label="Demo: Slideshow"
  /build/tools/droiddoc/templates-ds/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]
  /packages/apps/Gallery/res/values-it/
strings.xml 70 <string name="pref_slideshow_category" msgid="9097962086335681667">"Impostazioni slideshow"</string>
85 <string name="pref_gallery_slideshow_interval_title" msgid="6534904787962619832">"Intervallo slideshow"</string>
87 <string name="pref_gallery_slideshow_interval_dialogtitle" msgid="6775543119826248900">"Intervallo slideshow"</string>
102 <string name="pref_gallery_slideshow_repeat_title" msgid="6512135022461429738">"Ripeti slideshow"</string>
103 <string name="pref_gallery_slideshow_repeat_summary" msgid="8289230397431855268">"Riproduci pił volte la slideshow"</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 43 public static final String EXTRA_SLIDESHOW = "slideshow";
143 Boolean slideshow = intent.getBooleanExtra(EXTRA_SLIDESHOW, false); local
144 if (slideshow) {

Completed in 480 milliseconds

1 2 3 4 5 6 7