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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libmedia/
ToneGenerator.cpp 36 { segments: {{ duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 941, 0 }, 0, 0},
37 { duration: 0 , waveFreq: { 0 }, 0, 0}},
40 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 697, 0 }, 0, 0 },
41 { duration: 0 , waveFreq: { 0 }, 0, 0}},
44 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1336, 697, 0 }, 0, 0 },
45 { duration: 0 , waveFreq: { 0 }, 0, 0}},
48 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1477, 697, 0 }, 0, 0 },
49 { duration: 0 , waveFreq: { 0 }, 0, 0}},
52 { segments: { { duration: ToneGenerator::TONEGEN_INF, waveFreq: { 1209, 770, 0 }, 0, 0 },
53 { duration: 0 , waveFreq: { 0 }, 0, 0}}
    [all...]
  /packages/apps/Settings/res/drawable/
lock_anim.xml 22 <item android:drawable="@drawable/lock_anim_0" android:duration="200" />
23 <item android:drawable="@drawable/lock_anim_1" android:duration="200" />
24 <item android:drawable="@drawable/lock_anim_2" android:duration="200" />
25 <item android:drawable="@drawable/lock_anim_3" android:duration="200" />
26 <item android:drawable="@drawable/lock_anim_4" android:duration="200" />
27 <item android:drawable="@drawable/lock_anim_5" android:duration="200" />
28 <item android:drawable="@drawable/lock_anim_6" android:duration="200" />
29 <item android:drawable="@drawable/lock_anim_7" android:duration="200" />
30 <item android:drawable="@drawable/lock_anim_8" android:duration="200" />
31 <item android:drawable="@drawable/lock_anim_9" android:duration="200" /
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DurationTest.java 29 Duration duration = new Duration(); local
30 duration.parse(str);
32 assertEquals("Duration sign is not equal for " + str, sign, duration.sign);
33 assertEquals("Duration weeks is not equal for " + str, weeks, duration.weeks);
34 assertEquals("Duration days is not equal for " + str, days, duration.days)
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
Duration.java 18 //$Id: Duration.java 759828 2009-03-30 01:26:29Z mrglavas $
34 * <p>A Duration object represents a period of Gregorian time,
41 * A negative sign indicates a negative duration.</p>
44 * to use for the duration datatype of XML Schema 1.0 with
48 * <p>Duration objects only have partial order, where two values A and B
53 * <li>A==B (A and B are of the same duration)
58 * The {@link #compare(Duration duration)} method implements this
61 * <p>See the {@link #isLongerThan(Duration)} method for details about
62 * the order relationship among <code>Duration</code> objects.</p
    [all...]
DatatypeFactory.java 133 * <p>Obtain a new instance of a <code>Duration</code>
134 * specifying the <code>Duration</code> as its string representation, "PnYnMnDTnHnMnS",
137 * <p>XML Schema Part 2: Datatypes, 3.2.6 duration, defines <code>duration</code> as:</p>
139 * duration represents a duration of time.
140 * The value space of duration is a six-dimensional space where the coordinates designate the
145 * <p>All six values are set and available from the created {@link Duration}</p>
152 * @param lexicalRepresentation <code>String</code> representation of a <code>Duration</code>.
154 * @return New <code>Duration</code> created from parsing the <code>lexicalRepresentation</code>
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ToneSettings.java 27 public Duration duration; field in class:ToneSettings
31 public ToneSettings(Duration duration, Tone tone, boolean vibrate) {
32 this.duration = duration;
38 duration = in.readParcelable(null);
48 dest.writeParcelable(duration, 0);
Duration.java 24 * Class for representing "Duration" object for STK.
28 public class Duration implements Parcelable {
51 public Duration(int timeInterval, TimeUnit timeUnit) {
56 private Duration(Parcel in) {
70 public static final Parcelable.Creator<Duration> CREATOR = new Parcelable.Creator<Duration>() {
71 public Duration createFromParcel(Parcel in) {
72 return new Duration(in);
75 public Duration[] newArray(int size) {
76 return new Duration[size]
    [all...]
  /frameworks/base/core/res/res/drawable/
stat_sys_battery_charge.xml 26 <item android:drawable="@drawable/stat_sys_battery_charge_anim0" android:duration="2000" />
27 <item android:drawable="@drawable/stat_sys_battery_charge_anim1" android:duration="1000" />
28 <item android:drawable="@drawable/stat_sys_battery_charge_anim2" android:duration="1000" />
29 <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="1000" />
30 <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" />
31 <item android:drawable="@drawable/stat_sys_battery_charge_anim5" android:duration="1000" />
38 <item android:drawable="@drawable/stat_sys_battery_charge_anim1" android:duration="2000" />
39 <item android:drawable="@drawable/stat_sys_battery_charge_anim2" android:duration="1000" />
40 <item android:drawable="@drawable/stat_sys_battery_charge_anim3" android:duration="1000" />
41 <item android:drawable="@drawable/stat_sys_battery_charge_anim4" android:duration="1000" /
    [all...]
ic_popup_sync.xml 23 <item android:drawable="@drawable/ic_popup_sync_1" android:duration="200" />
24 <item android:drawable="@drawable/ic_popup_sync_2" android:duration="200" />
25 <item android:drawable="@drawable/ic_popup_sync_3" android:duration="200" />
26 <item android:drawable="@drawable/ic_popup_sync_4" android:duration="200" />
27 <item android:drawable="@drawable/ic_popup_sync_5" android:duration="200" />
28 <item android:drawable="@drawable/ic_popup_sync_6" android:duration="200" />
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" />
  /packages/apps/DeskClock/res/anim/
dim_instant.xml 4 android:duration="0"
undim_instant.xml 4 android:duration="0"
dim.xml 4 android:duration="500"
  /packages/providers/ContactsProvider/tests/assets/test1/
expected_calls.txt 5 5 duration=10
  /packages/providers/ContactsProvider/tests/assets/testSynced/
expected_calls.txt 5 5 duration=10
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
expected_calls.txt 5 5 duration=10
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 21 import com.android.internal.telephony.gsm.stk.Duration;
44 * This function calculate the time in MS from a duration instance.
45 * returns zero when duration is null.
47 public static int calculateDurationInMilis(Duration duration) {
49 if (duration != null) {
50 switch (duration.timeUnit) {
62 timeout *= duration.timeInterval;
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeUnit.java 119 * Convert the given time duration in the given unit to this
131 * @param sourceDuration the time duration in the given <tt>sourceUnit</tt>
133 * @return the converted duration in this unit,
142 * Equivalent to <tt>NANOSECONDS.convert(duration, this)</tt>.
143 * @param duration the duration
144 * @return the converted duration,
149 public long toNanos(long duration) {
154 * Equivalent to <tt>MICROSECONDS.convert(duration, this)</tt>.
155 * @param duration the duratio
    [all...]
  /external/webkit/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);
  /packages/apps/AccountsAndSyncSettings/res/drawable/
ic_list_sync_anim.xml 23 <item android:drawable="@drawable/ic_list_sync_anim0" android:duration="150" />
24 <item android:drawable="@drawable/ic_list_sync_anim1" android:duration="150" />
25 <item android:drawable="@drawable/ic_list_sync_anim2" android:duration="150" />
26 <item android:drawable="@drawable/ic_list_sync_anim3" android:duration="150" />
  /packages/apps/AlarmClock/res/drawable/
animate_circle.xml 20 <item android:drawable="@drawable/circle0_drawable" android:duration="80" />
21 <item android:drawable="@drawable/circle1_drawable" android:duration="80" />
22 <item android:drawable="@drawable/circle2_drawable" android:duration="80" />
23 <item android:drawable="@drawable/circle3_drawable" android:duration="80" />
  /packages/apps/Contacts/res/anim/
quickcontact.xml 7 android:duration="325" />

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>