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

1 2 3 4 5 6

  /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',
  /build/tools/droiddoc/templates-sdk-dyn/
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...]
  /external/chromium_org/third_party/skia/platform_tools/android/app/res/values/
strings.xml 6 <string name="slideshow">Slideshow</string>
  /external/skia/platform_tools/android/app/res/values/
strings.xml 6 <string name="slideshow">Slideshow</string>
  /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);
  /external/chromium_org/third_party/skia/platform_tools/android/app/res/menu/
action_bar.xml 34 android:id="@+id/slideshow"
35 android:title="@string/slideshow"
  /external/skia/platform_tools/android/app/res/menu/
action_bar.xml 34 android:id="@+id/slideshow"
35 android:title="@string/slideshow"
  /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/model/
SlideModel.java 62 public SlideModel(SlideshowModel slideshow) {
63 this(DEFAULT_SLIDE_DURATION, slideshow);
66 public SlideModel(int duration, SlideshowModel slideshow) {
68 mParent = slideshow;
146 // Just before we send the slideshow, we take the remaining space in the
147 // slideshow and equally allocate it to all the resizeable media items and resize them.
194 // Just before we send the slideshow, we take the remaining space in the
195 // slideshow and equally allocate it to all the resizeable media items and resize them.
  /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...]
SlideshowEditor.java 93 * @param slideshow The current slideshow model
97 private String generateTextSrc(SlideshowModel slideshow, int position) {
105 for (SlideModel model : slideshow) {
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 188 var slideShowButton = this.toolbar_.querySelector('button.slideshow');
194 util.createChild(this.container_, 'tool slideshow-toolbar');
195 util.createChild(slideShowToolbar, 'slideshow-play').
197 util.createChild(slideShowToolbar, 'slideshow-end').
612 // If the saved selection is multiple the Slideshow should cycle through
637 * automatic change in the slideshow mode).
835 case 'U+001B': // Escape exits the slideshow.
840 case 'U+0020': // Space pauses/resumes the slideshow.
854 return true; // Consume all keystrokes in the slideshow mode.
1063 // 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/ui/file_manager/gallery/css/
gallery.css 186 .gallery[tools]:not([slideshow]) > .header,
187 .gallery[tools]:not([slideshow]) > .toolbar {
192 /* Hide immediately when entering the slideshow. */
193 .gallery[tools][slideshow] > .toolbar {
739 .gallery > .toolbar button.slideshow {
745 .gallery > .toolbar button.slideshow:active,
746 .gallery > .toolbar button.slideshow[pressed] {
1262 /* Slideshow controls */
1264 .slideshow-toolbar {
1277 .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...]

Completed in 1378 milliseconds

1 2 3 4 5 6