/packages/apps/DeskClock/res/anim/ |
undim.html | 4 android:duration="500"
|
/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
CalendarSyncAdapterTests.java | 50 assertNull(cv.getAsInteger(Events.DURATION)); 68 assertEquals("P60M", cv.getAsString(Events.DURATION)); 93 // The duration should be in days 94 assertEquals("P1D", cv.getAsString(Events.DURATION)); 124 assertNull(cv.getAsString(Events.DURATION)); 142 // Needs _SYNC_DATA and DTEND/DURATION 145 // Needs DTEND/DURATION since not an exception 147 cv.put(Events.DURATION, validDuration); 148 // Valid (DTSTART, _SYNC_DATA, DURATION) 150 cv.remove(Events.DURATION); [all...] |
/external/srec/srec/include/ |
swimodel.h | 35 /* featdata avg_durn; average state duration, belongs here but stored 56 const featdata *avg_state_durations; /* average duration of this acoustic model state */ 78 /* the looping cost for the new duration model. In this new duration model, 82 stay within a given state for a duration approx. equal to the average state 83 duration. The looping cost values are implemented as a lookup table.*/ 92 /* the transition cost for the new duration model. In this new duration model, 96 a given state when the duration exceeds the average state duration. The transitio [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatAnim.java | 37 float duration = (currentTime - mStartTime) * 0.001f; local 38 if (mDuration > duration) // CR: braces 39 return mDuration - duration; 52 public void animateValue(float value, float duration, long currentTime) { 55 mDuration = duration;
|
MovieViewControl.java | 72 int duration = durationMs / 1000; local 73 int h = duration / 3600; 74 int m = (duration - h * 3600) / 60; 75 int s = duration - (h * 3600 + m * 60); 153 String[] projection = new String[] { Video.VideoColumns.DURATION, Video.VideoColumns.BOOKMARK }; 160 int duration = getCursorInteger(cursor, 0); local 162 if ((bookmark < HALF_MINUTE) || (duration < TWO_MINUTES) 163 || (bookmark > (duration - HALF_MINUTE))) { 190 private void setBookmark(int bookmark, int duration) { 197 values.put(Video.VideoColumns.DURATION, Integer.toString(duration)) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
CodecTest.java | 91 int duration = mp.getDuration(); local 92 Log.v(TAG, "Duration " + duration); 95 return duration; 120 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); 159 int duration = 0; local 167 duration = mp.getDuration(); 168 Log.v(TAG, "setLooping duration " + duration); 172 mp.seekTo(duration - 5000) 204 int duration = mp.getDuration(); local 327 int duration = 0; local 372 int duration = 0; local 400 int duration = 0; local 427 int duration = 200000; local 458 int duration = 0; local 481 int duration = 0; local 565 int duration = 0; local 752 int duration = 0; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
SymmetricalLinearTween.java | 25 * Provides an animation between 0.0f and 1.0f over a given duration. 42 * @param duration milliseconds duration 45 public SymmetricalLinearTween(boolean initial, int duration, TweenCallback callback) { 48 mDuration = duration; 95 int duration = mDuration; 96 float val = diff/(float)duration; 110 if (diff < duration) { 113 if (diff >= duration) {
|
/frameworks/base/services/java/com/android/server/ |
VibratorService.java | 286 private void delay(long duration) { 287 if (duration > 0) { 291 this.wait(duration); 298 duration = duration 300 } while (duration > 0); 311 long duration = 0; local 314 // add off-time duration to any accumulated on-time duration 316 duration += pattern[index++] [all...] |
/dalvik/libcore/luni/src/test/java/com/google/coretests/ |
StatsStore.java | 47 else return 0; // equivalent duration (maybe a bit faster) 49 else if (diff < 20) return 0; // not measurably slower: equivalent duration 50 else if ((double)diff / refDur < 0.2) return 0; // just little slower: equivalent duration 55 a.statMinDuration = a.duration; 56 a.statMaxDuration = a.duration; 57 a.statAvgDuration = a.duration; 62 if (a.duration < a.statMinDuration) a.statMinDuration = a.duration; 64 if (a.duration > a.statMaxDuration) a.statMaxDuration = a.duration; [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
movieextendsheaderatom.cpp | 43 // return fragment duration 51 // set fragment duration 53 PVA_FF_MovieExtendsHeaderAtom::setFragmentDuration(uint32 duration) 55 _fragmentDuration = duration; 59 // update the value of fragment duration for new sample 69 // write the duration value at the file offset stored during rendering 94 size += 4; // For fragment duration 118 // store file offset to modify duration later
|
trackheaderatom.cpp | 102 * Variables added to ensure that the total track duration includes the duration of the 125 uint32 duration = (uint32)((getTimeScale() / 1000.0f) * ts + 0.5f); local 127 _deltaTS = duration - _prevTS; 129 setDuration(duration); 131 _prevTS = duration; 134 // in movie fragment mode set the actual duration of 139 uint32 duration = (uint32)((getTimeScale() / 1000.0f) * ts); local 140 setDuration(duration); 141 _deltaTS = 0; // this will not increase the total duration [all...] |
/external/qemu/ |
iolooper.h | 20 int iolooper_wait( IoLooper* iol, int64_t duration );
|
/frameworks/base/core/java/android/webkit/ |
EventLogTags.logtags | 7 70102 browser_double_tap_duration (duration|1|3),(time|2|3)
|
/cts/tests/res/drawable/ |
animationdrawable.xml | 19 <item android:drawable="@drawable/testimage" android:duration="3000"/> 20 <item android:drawable="@drawable/pass" android:duration="2000"/> 21 <item android:drawable="@drawable/scenery" android:duration="1000"/>
|
/development/samples/ApiDemos/res/anim/ |
wave_scale.xml | 21 android:duration="100" /> 26 android:duration="200" /> 32 android:duration="100" />
|
/frameworks/base/core/res/res/anim/ |
wallpaper_intra_close_enter.xml | 26 android:duration="@android:integer/config_mediumAnimTime" /> 28 android:duration="@android:integer/config_mediumAnimTime"/> 30 android:duration="@android:integer/config_mediumAnimTime" />
|
wallpaper_intra_close_exit.xml | 25 android:duration="@android:integer/config_mediumAnimTime" /> 27 android:duration="@android:integer/config_mediumAnimTime"/> 29 android:duration="@android:integer/config_mediumAnimTime"/>
|
wallpaper_intra_open_enter.xml | 25 android:duration="@android:integer/config_mediumAnimTime" /> 27 android:duration="@android:integer/config_mediumAnimTime"/> 29 android:duration="@android:integer/config_mediumAnimTime" />
|
wallpaper_intra_open_exit.xml | 26 android:duration="@android:integer/config_mediumAnimTime" /> 28 android:duration="@android:integer/config_mediumAnimTime"/> 30 android:duration="@android:integer/config_mediumAnimTime"/>
|
/frameworks/base/core/res/res/drawable/ |
progress_indeterminate_horizontal.xml | 23 <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="200" /> 24 <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="200" /> 25 <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="200" />
|
/external/opencore/nodes/common/include/ |
pvmf_composer_size_and_duration.h | 35 * Enumerated list of informational events for maximum file size and duration, and 41 PVMF_COMPOSER_MAXDURATION_REACHED, /**< Maximum duration reached */ 43 PVMF_COMPOSER_DURATION_PROGRESS, /**< Recording progress report in terms of duration recorded */ 51 * Configuration interface for maximum file size and duration, and recording progress 91 * Set maximum recording duration. 93 * If maximum recording duration is enabled, the composer will stop the recording session 95 * duration of output file to go beyond the maximum duration. The client will receive 97 * duration is reached and the recording session has stopped successfully. 102 * @param aEnable Set to true to enable maximum duration, else set to false [all...] |
/frameworks/base/media/libmediaplayerservice/ |
MidiMetadataRetriever.cpp | 73 int duration = -1; local 74 if (mMidiPlayer->getDuration(&duration) != NO_ERROR) { 75 LOGE("failed to get duration"); 78 snprintf(mMetadataValues[0], MAX_METADATA_STRING_LENGTH, "%d", duration); 81 LOGV("duration: %s ms", mMetadataValues[0]);
|
VorbisMetadataRetriever.cpp | 69 int duration = -1; local 70 if (mVorbisPlayer->getDuration(&duration) != NO_ERROR) { 71 LOGE("failed to get duration"); 74 snprintf(mMetadataValues[0], MAX_METADATA_STRING_LENGTH, "%d", duration); 76 LOGV("duration: %s ms", mMetadataValues[0]);
|
/packages/apps/Phone/src/com/android/phone/ |
CallTime.java | 121 long duration = getCallDuration(call); local 122 mListener.onTickForCallTimeElapsed(duration / 1000); 127 * Returns a "call duration" value for the specified Call, in msec, 131 long duration = 0; local 138 //duration = (state == Call.State.ACTIVE 140 duration = c.getDurationMillis(); 147 if (t > duration) { 148 duration = t; 153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration); [all...] |
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 32 * (for example, duration or fillBefore), the values of AnimationSet 141 * <p>Sets the duration of every child animation.</p> 143 * @param durationMillis the duration of the animation, in milliseconds, for 226 * The duration of an AnimationSet is defined to be the 227 * duration of the longest child animation. 235 long duration = 0; local 239 duration = mDuration; 242 duration = Math.max(duration, animations.get(i).getDuration()); 246 return duration; 256 long duration = 0; local 374 final long duration = mDuration; local [all...] |