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

1 2

  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values/
attrs.xml 5 <attr name="animationDuration" format="enum">
  /developers/build/templates/CardStream/_MODULE_/src/template/res/values/
attrs.xml 5 <attr name="animationDuration" format="enum">
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SecurityMessageDisplay.java 28 public void showBouncer(int animationDuration);
30 public void hideBouncer(int animationDuration);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Animation/
balls-composited-transform.html 68 var animationDuration = 10;
124 while (t < animationDuration) {
128 if (t + collision.dt > animationDuration) {
129 var dt = animationDuration - t;
130 t = animationDuration;
148 return (100 * t / animationDuration) + '% { -webkit-transform: translate(' + x + 'px, ' + y + 'px); }\n';
169 domNode.style.webkitAnimationDuration = animationDuration + 's';
balls-keyframe-animations.html 68 var animationDuration = 10;
124 while (t < animationDuration) {
128 if (t + collision.dt > animationDuration) {
129 var dt = animationDuration - t;
130 t = animationDuration;
148 return (100 * t / animationDuration) + '% { left: ' + x + 'px; top: ' + y + 'px; }\n';
166 domNode.style.webkitAnimationDuration = animationDuration + 's';
balls-svg.html 68 var animationDuration = 10;
123 while (t < animationDuration) {
127 if (t + collision.dt > animationDuration) {
128 var dt = animationDuration - t;
129 t = animationDuration;
  /development/samples/devbytes/animation/SquashAndStretch/src/com/example/squashandstretch/
SquashAndStretch.java 75 long animationDuration = (long) (BASE_DURATION * sAnimatorScale);
89 downAnim.setDuration((long) (animationDuration * 2));
99 stretchAnim.setDuration(animationDuration);
107 upAnim.setDuration((long) (animationDuration * 2));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion30.txt 7 android:animationDuration : Sets how long a transition animation should run (in milliseconds) when layout has changed. [integer]
navigation1-expected-complation76.txt 17 ?android:animationDuration
completionvalues1-expected-completion32.txt 13 android:animationDuration : Sets how long a transition animation should run (in milliseconds) when layout has changed. [integer]
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 125 animationDuration:(NSTimeInterval)duration;
132 animationDuration:(NSTimeInterval)duration {
380 animationDuration:duration];
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 139 animationDuration:(NSTimeInterval)duration;
146 animationDuration:(NSTimeInterval)duration {
381 animationDuration:duration];
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js 449 var animationDuration = 0;
454 animationDuration = replaceEffect ? replaceEffect.getSafeInterval() : 0;
471 if (loadCallback) loadCallback(loadType, animationDuration, opt_error);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyMetadata.java 71 sAdvanced.add("animationDuration");
  /frameworks/base/core/java/android/widget/
Gallery.java 213 int animationDuration =
215 if (animationDuration > 0) {
216 setAnimationDuration(animationDuration);
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java     [all...]
  /frameworks/base/core/res/res/values/
public.xml 302 <public type="attr" name="animationDuration" id="0x01010112" />
    [all...]
attrs.xml     [all...]
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 308 public static final int animationDuration
    [all...]
  /development/sdk/
api-versions.xml 298 <field name="animationDuration" />
    [all...]
  /frameworks/base/api/
current.txt 292 field public static final int animationDuration = 16843026; // 0x1010112
    [all...]
  /prebuilts/sdk/api/
1.xml     [all...]
10.xml     [all...]

Completed in 813 milliseconds

1 2