/external/webkit/WebCore/manual-tests/resources/ |
containsAnimatedGif.html | 2 <img src="http://127.0.0.1:8000/misc/resources/animated-gif-with-offsets.gif" />
|
/external/webkit/WebCore/manual-tests/ |
animated-gif-bfcache-crash.html | 42 <li>A window will open, loading a page with an animated gif.</li> 43 <li>about:blank will be loaded in that window, putting the animated gif in the back/forward cache.</li> 45 <li>A new window will open, loading that page with the animated gif</li>
|
svg-animated-gifs.svg | 5 <text x="0" y="15">There should be only one animated image here, rotated, and not clipped:</text> 12 <text x="0" y="400">The animated image below should look like the one above:</text>
|
/frameworks/base/awt/java/awt/image/ |
MemoryImageSource.java | 84 * The animated. 86 boolean animated; field in class:MemoryImageSource 251 if (animated) { 334 * Sets the full buffer updates flag to true. If this is an animated image, 345 if (animated) { 373 * @param animated 376 public synchronized void setAnimated(boolean animated) { 377 if (this.animated == animated) { 394 this.animated = animated [all...] |
/frameworks/base/core/res/res/drawable/ |
progress_large.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_large_white.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_medium.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_medium_white.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_small.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_small_titlebar.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
progress_small_white.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
search_spinner.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/QuickSearchBox/res/drawable/ |
search_spinner.xml | 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
/external/webkit/WebCore/svg/ |
SVGExternalResourcesRequired.h | 34 // SVG language definition says that externalResourcesRequired is not animated. Because the SVG language definition 35 // states that externalResourcesRequired cannot be animated, the animVal will always be the same as the baseVal.
|
/external/proguard/src/proguard/gui/splash/ |
SplashPanel.java | 31 * This JPanel renders an animated Sprite. 50 * Creates a new SplashPanel with the given Sprite, which will be animated 52 * @param sprite the Sprite that will be animated. 63 * Creates a new SplashPanel with the given Sprite, which will be animated 65 * @param sprite the Sprite that will be animated.
|
CircleSprite.java | 26 * This Sprite represents an animated circle. It can optionally be filled.
|
ImageSprite.java | 26 * This Sprite represents an animated image.
|
/frameworks/base/core/java/android/view/animation/ |
Transformation.java | 59 * being animated in an unmodified state. The transformation type is 116 * coordinates of the object being animated
|
Animation.java | 62 * height or width of the object being animated. 68 * height or width of the parent of the object being animated. 73 * Requests that the content being animated be kept in its current Z 79 * Requests that the content being animated be forced on top of all other 85 * Requests that the content being animated be forced under all other 301 * animated as well as the objects parents. (This is to support animation 305 * the sizes of the object being animated and its parent are known, and 309 * @param width Width of the object being animated 310 * @param height Height of the object being animated 311 * @param parentWidth Width of the animated object's paren [all...] |
GridLayoutAnimationController.java | 28 * A layout animation controller is used to animated a grid layout's children. 84 * Rows and columns are animated at the same time. 89 * Columns are animated first. 94 * Rows are animated first. 398 * the view group animated by the grid layout animation controller. These
|
/cts/tests/res/layout/ |
digitalclock_layout.xml | 22 <!-- Includes vertical padding so animated background doesn't
|
/packages/apps/AlarmClock/res/layout/ |
digital_clock.xml | 22 <!-- Includes vertical padding so animated background doesn't
|
/external/webkit/WebCore/rendering/style/ |
KeyframeList.h | 84 HashSet<int> m_properties; // the properties being animated
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
MovieTest.java | 42 private final int MOVIE = com.android.cts.stub.R.drawable.animated; 91 File imagefile = new File(dbDir, "animated.gif");
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatUtils.java | 30 * : The previous value (or the animated value) 35 * @return The new animated value that is closer to the target value and
|