Searched refs:animated (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 407 public void clear(boolean animated) { in clear() argument 408 clear(animated, false, true); in clear() 411 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) { in clear() argument 418 if (animated && mCurrentGesture != null) { in clear()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 94 hypothetical object that is animated with its <code>x</code> property, which represents its 126 animated. For example, in Figure 2, the {@link android.animation.TimeInterpolator} used would be 179 View was drawn, and not the actual View itself. For instance, if you animated a button to move 220 property to be animated. It has all of the core functionality that calculates animation 223 types to evaluate. There are two pieces to animating properties: calculating the animated 224 values and setting those values on the object and property that is being animated. {@link 257 class, the animation's start and end value, and calculate the animated values of the property 292 to compute the object property's animated values. You can also specify a custom {@link 432 because the animated property updates automatically.</p> 483 updated animated values. You do this in the [all …]
|
D | drawable-animation.jd | 35 in which the animation is added to an {@link android.widget.ImageView} and then animated when the
|
D | hardware-accel.jd | 444 when it is being animated. The view is not redrawn unless you change the view's 448 your animated views.</p>
|
D | 2d-graphics.jd | 109 or another slowly-animated application), then you should consider creating a custom View component
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | index.jd | 38 animated graphics that are limited only by your imagination and can also benefit from the
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 154 …<em>float, int, or color</em>. <strong>Required</strong>. The value where the animated property en… 162 <em>float, int, or color</em>. The value where the animated property starts. If not 211 … <tr><td><code>intType</code></td><td>Specifies that the animated values are integers</td></tr> 212 …<tr><td><code>floatType</code> (default)</td><td>Specifies that the animated values are floats</td… 284 … <tr><td><code>intType</code></td><td>Specifies that the animated values are integers</td></tr> 285 …<tr><td><code>floatType</code> (default)</td><td>Specifies that the animated values are floats</td…
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 174 …each pane independently. Fragments can be added, removed, replaced, and animated inside an Activit… 219 …object. Animations can create fades or movement between states, loop an animated image or an exist…
|
D | android-2.1.jd | 177 <p>The following additions provide APIs for you to develop animated wallpapers:</p>
|
D | android-3.1.jd | 425 <li>Getting animated fraction from <code>ViewAnimator</code>
|
D | android-3.0.jd | 362 object or property that is animated as a result. It simply performs the calculations, and you must
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 329 If your layout or view is animated, you can preview the animation directly in the canvas
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 384 <p>To show the progression with an animated progress bar:</p>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 1985 /sdcard/android/layout_tests/fast/images/animated-gif-with-offsets.html 1995 /sdcard/android/layout_tests/fast/images/animated-svg-as-image.html 3014 /sdcard/android/layout_tests/fast/backgrounds/animated-svg-as-background.html 3017 /sdcard/android/layout_tests/fast/backgrounds/animated-gif-as-background.html 3021 /sdcard/android/layout_tests/fast/backgrounds/animated-svg-as-mask.html
|
D | layout_tests_passed.txt | 1341 /sdcard/android/layout_tests/fast/images/animated-background-image-crash.html
|