/packages/apps/Contacts/res/anim/ |
quickcontact_below_enter.xml | 25 android:duration="@android:integer/config_shortAnimTime" /> 28 android:duration="@android:integer/config_shortAnimTime" />
|
quickcontact_below_exit.xml | 25 android:duration="@android:integer/config_shortAnimTime" /> 27 android:duration="@android:integer/config_shortAnimTime" />
|
search_bar_enter.xml | 23 android:duration="@android:integer/config_shortAnimTime"/> 25 android:duration="@android:integer/config_shortAnimTime" />
|
search_bar_exit.xml | 23 android:duration="@android:integer/config_shortAnimTime"/> 25 android:duration="@android:integer/config_shortAnimTime" />
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementParallelTimeContainer.java | 33 * This method returns the implicit duration in seconds. 34 * @return The implicit duration in seconds or -1 if the implicit is
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 46 * <item android:drawable="@drawable/wheel0" android:duration="50" /> 47 * <item android:drawable="@drawable/wheel1" android:duration="50" /> 48 * <item android:drawable="@drawable/wheel2" android:duration="50" /> 49 * <item android:drawable="@drawable/wheel3" android:duration="50" /> 50 * <item android:drawable="@drawable/wheel4" android:duration="50" /> 51 * <item android:drawable="@drawable/wheel5" android:duration="50" /> 162 * @return The duration in milliseconds of the frame at the 189 * @param duration How long in milliseconds the frame should appear 191 public void addFrame(Drawable frame, int duration) { 192 mAnimationState.addFrame(frame, duration); 251 int duration = a.getInt( local [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
Duration.java | 1 /* //device/content/providers/pim/Duration.java 30 public class Duration 39 public Duration() 81 "Duration.parse(str='" + str + "') expected 'P' at index=" 117 "Duration.parse(str='" + str + "') unexpected char '"
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModelFactory.java | 203 // Set 'duration' property. 204 int duration = (int) (sme.getDur() * 1000); local 205 if (duration <= 0) { 211 duration = (int) (t.getResolvedOffset() * 1000) - begin; 213 if (duration == 0 && 215 duration = MmsConfig.getMinimumSlideElementDuration(); 217 Log.d(TAG, "[MediaModelFactory] compute new duration for " + tag + 218 ", duration=" + duration); 225 media.setDuration(duration); [all...] |
SlideModel.java | 65 public SlideModel(int duration, SlideshowModel slideshow) { 66 mDuration = duration; 73 * @param duration The duration of the slide. 80 public SlideModel(int duration, ArrayList<MediaModel> mediaList) { 81 mDuration = duration; 213 * @param duration the mDuration to set 215 public void setDuration(int duration) { 216 mDuration = duration; 518 public void updateDuration(int duration) { [all...] |
MediaModel.java | 121 public void setDuration(int duration) { 122 if (isPlayable() && (duration < 0)) { 123 // 'indefinite' duration, we should try to find its exact value; 127 // On error, keep default duration. 132 mDuration = duration; 261 int duration = 0; local 266 duration = Integer.parseInt(dur); 268 mDuration = duration; 270 Log.e(TAG, "MediaMetadataRetriever failed to get duration for " + mUri.getPath(), ex);
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine.h | [all...] |
/external/opencore/nodes/streaming/jitterbuffernode/include/ |
pvmf_jitter_buffer_ext_interface.h | 68 OSCL_IMPORT_REF virtual void setJitterBufferDurationInMilliSeconds(uint32 duration) = 0; 69 OSCL_IMPORT_REF virtual void getJitterBufferDurationInMilliSeconds(uint32& duration) = 0; 71 OSCL_IMPORT_REF virtual void setEarlyDecodingTimeInMilliSeconds(uint32 duration) = 0; 74 //While in buffering/start state, Jitter Buffer node expects its upstream peer node to send media msg at its input port in duration < inactivity duration 75 OSCL_IMPORT_REF virtual void setMaxInactivityDurationForMediaInMs(uint32 duration) = 0; 76 OSCL_IMPORT_REF virtual void getMaxInactivityDurationForMediaInMs(uint32& duration) = 0;
|
/external/webkit/WebCore/manual-tests/ |
animate-none.html | 15 -webkit-animation-duration: 3.5s; 34 -webkit-animation-duration: 2.5s; 53 -webkit-animation-duration: 3s; 72 -webkit-animation-duration: 3.5s; 91 -webkit-animation-duration: 3s; 101 -webkit-animation-duration: 3s; 111 -webkit-animation-duration: 3s, 4s;
|
/external/webkit/WebCore/platform/graphics/ |
ImageSource.cpp | 148 // Many annoying ads specify a 0 duration to make an image flash as quickly 149 // as possible. We follow WinIE's behavior and use a duration of 100 ms 150 // for any frames that specify a duration of <= 50 ms. See 153 const float duration = buffer->duration() / 1000.0f; local 154 return (duration < 0.051f) ? 0.100f : duration;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarDatabaseHelperTest.java | 68 "duration TEXT," + 97 mBadDb.execSQL("INSERT INTO Events (_id,dtstart,dtend,duration,dtstart2,dtend2," + 102 // April 5th midnight to April 6th midnight, duration cleared 103 mGoodDb.execSQL("INSERT INTO Events (_id,dtstart,dtend,duration,dtstart2,dtend2," + 110 mBadDb.execSQL("INSERT INTO Events (_id,dtstart,dtend,duration,dtstart2,dtend2," + 116 // April 5th midnight with 1 day duration, if only dtend was wrong we wouldn't fix it, but 119 "_id,dtstart,dtend,duration,dtstart2,dtend2," + 141 badCursor = mBadDb.rawQuery("SELECT _id,dtstart,dtend,duration,dtstart2,dtend2," + 144 goodCursor = mGoodDb.rawQuery("SELECT _id,dtstart,dtend,duration,dtstart2,dtend2," +
|
/external/opencore/fileformats/mp4/composer/include/ |
interleavebuffer.h | 66 uint32 _lastChunkEndTime; // use to calculate present trun duration from sample time stamp 71 // to calculate duration of interleave buffer 77 // interleave duration is reached
|
moviefragmentatom.h | 65 uint32 _movieFragmentDuration; // determine the duration of samples in this movie fragment 66 uint32 _interleaveDuration; // determine the duration of samples in each trun 68 uint32 _fragmentDuration; // determines the duration of samples in this fragment
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
pvmf_dummy_fileoutput_node.h | 333 * Send duration progress report if enabled. 340 * Check if maximum file size or duration is reached if a maximum is set. 343 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached. 344 * PVMFPending if feature is enabled and the max file size / duration has not been reached. 346 * PVMFFailure if informational observer is not set or if max file size or duration is set 352 * Check if maximum file size or duration is reached if a maximum is set. 355 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached. 356 * PVMFPending if feature is enabled and the max file size / duration has not been reached. 358 * PVMFFailure if informational observer is not set or if max file size or duration is set 377 * @return PVMFSuccess if memory fragment is written, or max file size or duration is reached, else PVMFFailure [all...] |
/external/opencore/nodes/pvfileoutputnode/src/ |
pvmf_fileoutput_node.h | 316 * Send duration progress report if enabled. 323 * Check if maximum file size or duration is reached if a maximum is set. 326 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached. 327 * PVMFPending if feature is enabled and the max file size / duration has not been reached. 329 * PVMFFailure if informational observer is not set or if max file size or duration is set 335 * Check if maximum file size or duration is reached if a maximum is set. 338 * @return PVMFSuccess if feature is enabled and the maximum file size / duration is reached. 339 * PVMFPending if feature is enabled and the max file size / duration has not been reached. 341 * PVMFFailure if informational observer is not set or if max file size or duration is set 360 * @return PVMFSuccess if memory fragment is written, or max file size or duration is reached, else PVMFFailure [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ScrollerTest.java | 94 // if duration is not specified when start scroll, the duration is set to default value 96 // the default duration depends on implementation 106 // the exact duration depends on implementation 313 // the default duration is too short to get fine controlled 375 int duration = mScroller.getDuration(); local 378 assertTrue(duration > 0); 382 Thread.sleep(duration / 3); 398 // wait for the same duration as the last 400 Thread.sleep(duration / 3) [all...] |
/cts/tests/res/anim/ |
accelerate_alpha.xml | 21 android:duration="1000" />
|
accelerate_decelerate_alpha.xml | 21 android:duration="2000" />
|
alpha.xml | 20 android:duration="500" />
|
anim_alpha.xml | 22 android:duration="500" />
|
cycle_alpha.xml | 22 android:duration="2000" />
|