/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 181 // This is a hack to get any animated drawables (like a 'working' spinner) 185 // about animated drawables in the future, see http://b/1878430.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorMatrixSample.java | 106 //convert our animated angle [-180...180] to a contrast value of [-1..1]
|
/external/proguard/src/proguard/gui/splash/ |
RectangleSprite.java | 26 * This Sprite represents an animated rounded rectangle. It can optionally be filled.
|
/frameworks/base/core/java/android/gesture/ |
GestureOverlayView.java | 407 public void clear(boolean animated) { 408 clear(animated, false, true); 411 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) { 418 if (animated && mCurrentGesture != null) {
|
/frameworks/opt/emoji/ |
EmojiFactory.h | 34 // specific image. Currently, image format is all (animated) gif.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedRotateDrawable.java | 250 Log.w("drawable", "Bad element under <animated-rotate>: " 256 Log.w("drawable", "No drawable specified for <animated-rotate>");
|
Drawable.java | 236 * Implement this interface if you want to create an animated drawable that 282 * that want to support animated drawables. 767 } else if (name.equals("animated-rotate")) { [all...] |
/frameworks/base/core/java/android/view/animation/ |
AnimationUtils.java | 190 * @param fromLeft is the object to be animated coming from the left 211 * @param toRight is the object to be animated exiting to the right
|
LayoutAnimationController.java | 28 * A layout animation controller is used to animated a layout's, or a view 418 * the view group animated by the layout animation controller. These
|
/development/pdk/docs/source/ |
overview-1.5.jd | 18 <li>Animated window transitions (off by default)
|
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageReader.h | 171 unsigned images_decoded; /* Counts completed frames for animated GIFs */
|
/external/webkit/WebCore/svg/ |
SVGAnimatedProperty.h | 202 PassRefPtr<SVGAnimatedPropertyTearOff##UpperProperty> LowerProperty##Animated() \
|
/external/webkit/WebKit/mac/WebView/ |
WebWindowAnimation.m | 229 // In this case we are hosted in the animated thread of the parent
|
/frameworks/base/docs/html/sdk/ |
android-1.5-highlights.jd | 24 <li>Animated window transitions (off by default)</li>
|
/external/webkit/WebCore/platform/graphics/ |
BitmapImage.cpp | 95 // Animated images >5MB are considered large enough that we'll only hang on 283 // When an animated image is more than five minutes out of date, the
|
/external/webkit/WebKit/qt/QGVLauncher/ |
main.cpp | 474 fxMenu->addAction("Animated Flip", this, SLOT(animatedFlip()), QKeySequence("Ctrl+R")); 475 fxMenu->addAction("Animated Y-Flip", this, SLOT(animatedYFlip()), QKeySequence("Ctrl+Y"));
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
CubeWallpaper1.java | 30 * This animated wallpaper draws a rotating wireframe cube.
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
CubeWallpaper2.java | 30 * This animated wallpaper draws a rotating wireframe shape. It is similar to
|
/external/webkit/WebCore/ |
config.h | 186 // Animated GIF support.
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 205 * @param immediate True to forbid animated or delayed scrolling,
|
/frameworks/base/core/java/android/widget/ |
ViewAnimator.java | 304 * Indicates whether the current View should be animated the first time
|
/frameworks/base/docs/html/resources/articles/ |
live-wallpapers.jd | 18 wallpapers</em> — richer, animated, interactive backgrounds — on
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PathBarLayer.java | 227 // Cycles animated icons.
|
/external/quake/quake/src/QW/client/ |
d_surf.c | 305 if (!cache) // if a texture just animated, don't reallocate it
|
/external/quake/quake/src/WinQuake/ |
d_surf.cpp | 302 if (!cache) // if a texture just animated, don't reallocate it
|