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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/res/res/drawable/
stat_sys_download.xml 23 <item android:drawable="@drawable/stat_sys_download_anim0" android:duration="200" />
24 <item android:drawable="@drawable/stat_sys_download_anim1" android:duration="200" />
25 <item android:drawable="@drawable/stat_sys_download_anim2" android:duration="200" />
26 <item android:drawable="@drawable/stat_sys_download_anim3" android:duration="200" />
27 <item android:drawable="@drawable/stat_sys_download_anim4" android:duration="200" />
28 <item android:drawable="@drawable/stat_sys_download_anim5" android:duration="200" />
stat_sys_upload.xml 23 <item android:drawable="@drawable/stat_sys_upload_anim0" android:duration="200" />
24 <item android:drawable="@drawable/stat_sys_upload_anim1" android:duration="200" />
25 <item android:drawable="@drawable/stat_sys_upload_anim2" android:duration="200" />
26 <item android:drawable="@drawable/stat_sys_upload_anim3" android:duration="200" />
27 <item android:drawable="@drawable/stat_sys_upload_anim4" android:duration="200" />
28 <item android:drawable="@drawable/stat_sys_upload_anim5" android:duration="200" />
  /frameworks/base/packages/SystemUI/res/drawable/
star_anim.xml 19 <item android:drawable="@drawable/star0" android:duration="200" />
20 <item android:drawable="@drawable/star1" android:duration="200" />
21 <item android:drawable="@drawable/star2" android:duration="200" />
22 <item android:drawable="@drawable/star3" android:duration="200" />
23 <item android:drawable="@drawable/star4" android:duration="200" />
24 <item android:drawable="@drawable/star5" android:duration="200" />
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.mm 9 #import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h"
24 duration:(NSTimeInterval)duration;
30 duration:(NSTimeInterval)duration {
31 if ((self = [super gtm_initWithDuration:duration
74 duration:(NSTimeInterval)duration {
79 duration:duration]);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
RetryAfter.java 53 /** constant DURATION parameter.
55 public static final String DURATION = ParameterNames.DURATION;
57 /** duration field
103 /** remove duration field
106 super.removeParameter(DURATION);
164 * Sets the duration value of the RetryAfterHeader. The retry after value
167 * @param duration - the new duration value of this RetryAfterHeader
172 public void setDuration(int duration) throws InvalidArgumentException
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
animate-duration.html 26 -webkit-animation-duration: 1s;
33 -webkit-animation-duration: 0s;
37 -webkit-animation-duration: 0;
53 <p>duration: "0s" (should not animate)</p>
58 <p>duration: "0" (should animate since inherits valid duration)</p>
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 42 * @param duration the time the browser spent loading the page.
44 public static void logPageFinishedLoading(String url, long duration) {
46 + duration);
53 * @param duration the time spent on the webpage.
55 public static void logTimeOnPage(String url, long duration) {
57 + duration);
  /cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java 40 * Assert run an animation successfully. Timeout is duration of animation.
57 * @param duration in milliseconds.
60 final View view, final Animation animation, final long duration) {
76 // check whether it has ended after duration
77 new DelayedCheck(duration + TIMEOUT_DELTA) {
90 * @param duration
95 final long duration) throws InterruptedException {
106 Thread.sleep(duration + TIMEOUT_DELTA);
  /external/clang/test/Parser/
builtin_classify_type.c 12 static int ary2[(__builtin_classify_type)(a)]; // expected-error{{variable length array declaration can not have 'static' storage duration}}
13 static int ary3[(*__builtin_classify_type)(a)]; // expected-error{{variable length array declaration can not have 'static' storage duration}}
  /frameworks/base/packages/SystemUI/res/anim/
priority_alert_enter.xml 9 android:duration="@android:integer/config_shortAnimTime" />
13 android:duration="@android:integer/config_shortAnimTime" />
priority_alert_exit.xml 9 android:duration="@android:integer/config_shortAnimTime" />
13 android:duration="@android:integer/config_shortAnimTime" />
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1.xml 10 android:duration="1000" />
16 android:duration="250"
  /frameworks/base/media/java/android/media/videoeditor/
Effect.java 60 * @param durationMs The effect duration in milliseconds
69 throw new IllegalArgumentException("Invalid start time Or/And Duration");
72 throw new IllegalArgumentException("Invalid start time and duration");
91 * Set the duration of the effect. If a preview or export is in progress,
98 throw new IllegalArgumentException("Invalid duration");
102 throw new IllegalArgumentException("Duration is too large");
114 * Get the duration of the effect
116 * @return The duration of the effect in milliseconds
151 * Set the start time and duration
154 * @param durationMs The duration in millisecond
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 137 * <p>Obtain a new instance of a <code>Duration</code>
138 * specifying the <code>Duration</code> as its string representation, "PnYnMnDTnHnMnS",
141 * <p>XML Schema Part 2: Datatypes, 3.2.6 duration, defines <code>duration</code> as:</p>
143 * duration represents a duration of time.
144 * The value space of duration is a six-dimensional space where the coordinates designate the
149 * <p>All six values are set and available from the created {@link Duration}</p>
156 * @param lexicalRepresentation <code>String</code> representation of a <code>Duration</code>.
158 * @return New <code>Duration</code> created from parsing the <code>lexicalRepresentation</code>
    [all...]
  /external/nist-sip/java/javax/sip/header/
RetryAfterHeader.java 15 void setDuration(int duration) throws InvalidArgumentException;
  /external/replicaisland/res/anim/
activity_fade_in.xml 6 android:duration="500" /
activity_fade_out.xml 6 android:duration="500"
button_flicker.xml 5 android:duration="100"
button_slide.xml 5 android:duration="1000" /
fade.xml 5 android:duration="3000"
fade_in.xml 5 android:duration="5000"
fade_in_out.xml 5 android:duration="500"
fade_out.xml 5 android:duration="1000"
horizontal_layer1_slide.xml 6 android:duration="6000"
horizontal_layer2_slide.xml 6 android:duration="6000"

Completed in 1922 milliseconds

12 3 4 5 6 7 8 91011>>