HomeSort by relevance Sort by last modified time
    Searched full:slide (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /frameworks/base/core/res/res/anim/
wallpaper_close_enter.xml 61 <!-- This version is a variation on the inter-activity slide that
wallpaper_close_exit.xml 59 <!-- This version is a variation on the inter-activity slide that
wallpaper_open_enter.xml 59 <!-- This version is a variation on the inter-activity slide that
wallpaper_open_exit.xml 60 <!-- This version is a variation on the inter-activity slide that
  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 40 * A simplified view of slide in the slides list.
SlideshowAttachmentView.java 38 * This class provides an embedded editor/viewer of slide-show attachment.
SlideshowActivity.java 157 // Play slide-show in full-screen mode.
169 Log.e(TAG, "Cannot present the slide show.", e);
BasicSlideEditorView.java 41 * This is a basic view to show and edit a slide.
EditSlideDurationActivity.java 41 * This activity provides the function to edit the duration of given slide.
SlideView.java 50 * A basic view to show the contents of a slide.
440 * is empty once there is no image in the current slide.
  /external/grub/stage2/
gunzip.c 361 to be usable as if it were declared "uch slide[32768];" or as just
362 "uch *slide;" and then malloc'ed in the latter case. The definition
367 static uch slide[WSIZE]; variable
369 /* current position in slide */
758 slide[w++] = (uch) t->v.n;
810 memmove (slide + w, slide + d, e);
818 slide[w++] = slide[d++];
    [all...]
  /device/samsung/crespo/overlay/packages/wallpapers/Basic/res/raw/
nexus.rs 152 // XXX: HAX: do not slide display in landscape
300 // XXX: HAX: do not slide display in landscape
  /packages/apps/Mms/res/values-tl/
strings.xml 66 <string name="remove_slide" msgid="2225604354024914900">"Alisin ang slide"</string>
67 <string name="add_slide" msgid="9140721399423564187">"Magdagdag ng slide"</string>
68 <string name="add_slide_hint" msgid="563319570849475501">"Piliing lumikha ng bagong slide."</string>
113 <string name="cannot_add_slide_anymore" msgid="8437666385579890987">"Hindi makakapagdagdag ng higit pang mga slide."</string>
114 <string name="cannot_add_picture_and_video" msgid="4721981351130823908">"Hindi makakapagdagdag ng video at larawan sa isang slide."</string>
129 <string name="duration_selector_title" msgid="5981097971537625852">"Tagal para sa slide "</string>
295 <string name="slide_number" msgid="1923958526266726635">"Slide <xliff:g id="NUMBER">%s</xliff:g>"</string>
308 <string name="edit_slide_activity" msgid="8752829671778696983">"I-edit ang slide"</string>
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 238 * Because The slide duration is not supported by mmsc,
241 * in the slide show play view.
  /packages/apps/Mms/res/values-pt/
strings.xml 66 <string name="remove_slide" msgid="2225604354024914900">"Remover slide"</string>
67 <string name="add_slide" msgid="9140721399423564187">"Adicionar slide"</string>
68 <string name="add_slide_hint" msgid="563319570849475501">"Selecione para criar um novo slide."</string>
114 <string name="cannot_add_picture_and_video" msgid="4721981351130823908">"Não é possível adicionar vídeo e foto a um slide."</string>
129 <string name="duration_selector_title" msgid="5981097971537625852">"Duração do slide "</string>
295 <string name="slide_number" msgid="1923958526266726635">"Slide <xliff:g id="NUMBER">%s</xliff:g>"</string>
308 <string name="edit_slide_activity" msgid="8752829671778696983">"Editar slide"</string>
    [all...]
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 67 private static final int SLIDE = 1;
310 if (mRemoveMode == SLIDE && ev.getX() > r.right * 3 / 4) {
401 if (mRemoveMode == SLIDE) {
  /packages/inputmethods/LatinIME/java/res/values-en-rGB/
strings.xml 90 <string name="voice_hint_dialog_message" msgid="6892342981545727994">"To use voice input, press the microphone button or slide your finger across the on-screen keyboard."</string>
130 <string name="language_selection_summary" msgid="187110938289512256">"Slide finger on spacebar to change language"</string>
  /external/quake/quake/src/QW/client/
pmove.c 66 Slide off of the impacting object
264 // slide move
282 // slide move
308 } else // copy z value from slide move
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 178 if (bytesInStorage > 0) { // slide the leftovers to the beginning
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 269 slide
  /packages/apps/Gallery3D/src/com/cooliris/media/
AdaptiveBackgroundTexture.java 178 // Slide to the next pixel, adding the new rightmost pixel and
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 268 function toggle(obj, slide) {
272 if (slide) {
  /external/v8/src/
platform-macos.cc 239 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local
240 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
  /packages/apps/Gallery/res/values-pt/
strings.xml 86 <string name="pref_gallery_slideshow_interval_summary" msgid="329876327077905033">"Selecione a duração de exibição de cada slide na apresentação de slides."</string>
94 <string name="pref_gallery_slideshow_transition_summary" msgid="2390320265891546846">"Selecione o efeito usado ao passar de um slide para o próximo."</string>
  /packages/inputmethods/LatinIME/java/res/values-tl/
strings.xml 90 <string name="voice_hint_dialog_message" msgid="6892342981545727994">"Upang gumamit ng pag-input ng boses, pindutin ang pindutang microphone o i-slide ang iyong daliri sa screen keyboard."</string>
130 <string name="language_selection_summary" msgid="187110938289512256">"I-slide ang daliri sa spacebar upang palitan ang wika"</string>

Completed in 1518 milliseconds

12 3 4 5