/packages/apps/Messaging/res/xml-mcc311-mnc490/ |
mms_config.xml | 45 <!-- If true, The mms support slide duration. 46 If false, The mms does not support slide duration and we have to
|
/packages/apps/Messaging/res/xml-mcc311-mnc590/ |
mms_config.xml | 68 <!-- If true, The mms support slide duration. 69 If false, The mms does not support slide duration and we have to
|
/packages/apps/Messaging/res/xml-mcc311-mnc870/ |
mms_config.xml | 45 <!-- If true, The mms support slide duration. 46 If false, The mms does not support slide duration and we have to
|
/packages/apps/Messaging/res/xml-mcc312-mnc160/ |
mms_config.xml | 68 <!-- If true, The mms support slide duration. 69 If false, The mms does not support slide duration and we have to
|
/packages/apps/Messaging/res/xml-mcc312-mnc530/ |
mms_config.xml | 45 <!-- If true, The mms support slide duration. 46 If false, The mms does not support slide duration and we have to
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
CaptureAnimation.java | 37 // Calculate the slide factor based on the give time fraction.
|
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/ |
TransitionHelperKitkat.java | 63 SlideKitkat slide = new SlideKitkat(); local 64 slide.setSlideEdge(slideEdge); 65 return slide;
|
SlideKitkat.java | 42 * Slide distance toward/from a edge. 43 * This is a limited Slide implementation for KitKat without propagation support. 192 throw new IllegalArgumentException("Invalid slide direction");
|
/packages/apps/Camera2/src/com/android/camera/ |
AnimationManager.java | 59 ObjectAnimator slide = ObjectAnimator.ofFloat(view, "translationX", 0f, slideDistance) local 61 slide.setStartDelay(AnimationManager.SHRINK_DURATION + AnimationManager.HOLD_DURATION); 98 slide); local
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_5.xml | 49 room to slide to the right.)
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
BrowseFragment.java | 158 "GuidedStep (Slide left/right)", 161 "GuidedStep (Slide bottom up)", 325 "GuidedStep (Slide left/right)", 328 "GuidedStep (Slide bottom up)",
|
BrowseSupportFragment.java | 160 "GuidedStep (Slide left/right)", 163 "GuidedStep (Slide bottom up)", 327 "GuidedStep (Slide left/right)", 330 "GuidedStep (Slide bottom up)",
|
/external/skia/resources/ |
slides_content.lua | 3 < transition =slide>
|
slides_transitions.lua | 2 template = template.slide 203 slide = slide_transition,
|
/external/webrtc/webrtc/examples/androidapp/res/layout/ |
fragment_call.xml | 59 android:text="Slide to change capture format"/>
|
/frameworks/base/docs/html/training/animation/ |
index.jd | 64 <b><a href="screen-slide.html">Using ViewPager for Screen Slides</a></b>
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorPadViewPager.java | 86 // Use the default slide transition when moving to the next page.
|
/packages/apps/Gallery/res/values-en-rAU/ |
strings.xml | 86 <string name="pref_gallery_slideshow_interval_summary" msgid="25973922639324614">"Choose how long each slide displays in the show"</string> 94 <string name="pref_gallery_slideshow_transition_summary" msgid="8294295294239125591">"Choose the effect used when moving from one slide to the next"</string> 98 <item msgid="403116336404005687">"Slide left-right"</item> 99 <item msgid="4901733079450971731">"Slide up-down"</item>
|
/packages/apps/Gallery/res/values-en-rGB/ |
strings.xml | 86 <string name="pref_gallery_slideshow_interval_summary" msgid="25973922639324614">"Choose how long each slide displays in the show"</string> 94 <string name="pref_gallery_slideshow_transition_summary" msgid="8294295294239125591">"Choose the effect used when moving from one slide to the next"</string> 98 <item msgid="403116336404005687">"Slide left-right"</item> 99 <item msgid="4901733079450971731">"Slide up-down"</item>
|
/packages/apps/Gallery/res/values-en-rIN/ |
strings.xml | 86 <string name="pref_gallery_slideshow_interval_summary" msgid="25973922639324614">"Choose how long each slide displays in the show"</string> 94 <string name="pref_gallery_slideshow_transition_summary" msgid="8294295294239125591">"Choose the effect used when moving from one slide to the next"</string> 98 <item msgid="403116336404005687">"Slide left-right"</item> 99 <item msgid="4901733079450971731">"Slide up-down"</item>
|
/packages/services/Car/car-support-lib/res/values/ |
attrs.xml | 20 <!-- Set to true/false to offset rows as they slide off screen. Defaults to true -->
|
/external/v8/src/base/platform/ |
platform-macos.cc | 89 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local 90 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
|
/external/webrtc/webrtc/video/ |
screenshare_loopback.cc | 193 "Interval (in seconds) between simulated slide changes."); 201 "Duration (in seconds) during which a slide will be scrolled into place.");
|
/frameworks/base/core/java/android/transition/ |
SidePropagation.java | 19 import android.transition.Slide.GravityFlag; 30 * This is the default TransitionPropagation used with {@link android.transition.Slide}.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
BaseFragment.java | 106 * Entrance transition is the standard slide-in transition that shows rows of data in 122 * app. Browse activity must programmatically start the slide-in transition.</li>
|