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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery/res/anim/
footer_appear.xml 24 android:duration="300" />
footer_disappear.xml 24 android:duration="300" />
slide_in.xml 21 android:duration="400" />
slide_in_vertical.xml 21 android:duration="400" />
slide_out.xml 21 android:duration="400" />
slide_out_vertical.xml 21 android:duration="400" />
transition_in.xml 24 android:duration="1000" />
transition_out.xml 24 android:duration="1000"
  /packages/apps/Launcher2/res/anim/
all_apps_2d_fade_in.xml 23 android:duration="@integer/config_allAppsFadeInTime" />
all_apps_2d_fade_out.xml 23 android:duration="@integer/config_allAppsFadeOutTime" />
fade_in_fast.xml 23 android:duration="@android:integer/config_mediumAnimTime" />
fade_in_slow.xml 23 android:duration="@integer/config_allAppsFadeInTime" />
fade_out_fast.xml 23 android:duration="@android:integer/config_mediumAnimTime" />
fade_out_slow.xml 23 android:duration="@integer/config_allAppsFadeOutTime" />
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILSetElement.java 20 * Specifies the value for the attribute during the duration of this
  /packages/apps/Music/res/layout-finger/
track_list_item_common.xml 29 <TextView android:id="@+id/duration"
49 android:layout_toLeftOf="@id/duration"
63 android:layout_toLeftOf="@id/duration"
69 android:layout_below="@id/duration"
  /packages/inputmethods/LatinIME/java/res/values/
durations.xml 22 <!-- Vibration duration in milliseconds, for key presses in the IME. This can be hardware
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 160 * animation duration.
162 * @return a fraction of the animation duration
173 * Sets the delay, as a fraction of the animation duration, by which the
176 * @param columnDelay a fraction of the animation duration
189 * animation duration.
191 * @return a fraction of the animation duration
202 * Sets the delay, as a fraction of the animation duration, by which the
205 * @param rowDelay a fraction of the animation duration
311 final long duration = mAnimation.getDuration(); local
312 final float columnDelay = mColumnDelay * duration;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 89 @ToBeFixed(explanation = "The method should not accept negative duration.")
114 // should not accept negative duration
168 @ToBeFixed(explanation = "The method should not accept negative duration.")
201 // should not accept negative duration
284 private void makeReverseTransitionInProgress(int duration, int delay) {
288 mTransitionDrawable.reverseTransition(duration);
293 private void makeTransitionInProgress(int duration, int delay) {
295 mTransitionDrawable.startTransition(duration);
  /external/opencore/fileformats/mp4/composer/include/
editatom.h 48 void addEmptyEdit(uint32 duration);
49 void addEditEntry(uint32 duration, int32 time, uint16 rate);
movieextendsheaderatom.h 31 // get and set fragment duration
34 void setFragmentDuration(uint32 duration);
  /external/opencore/pvmi/pvmf/include/
pvmf_media_msg_header.h 44 duration(0),
51 uint32 duration; member in struct:PVMFMediaMsgHeader
  /external/skia/src/images/
SkMovie.cpp 22 SkMSec SkMovie::duration() function in class:SkMovie
48 SkMSec dur = this->duration();
  /external/webkit/WebCore/manual-tests/
transitions.html 12 -webkit-transition-duration: 5s;
19 -webkit-transition-duration: 2s;
transitions2.html 12 -webkit-transition-duration: 2s;
19 -webkit-transition-duration: 5s;

Completed in 204 milliseconds

1 2 3 4 5 6 7 891011>>