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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
views_animated.gyp 0 #Animated widgets are views which use animator.
18 '../include/views/animated',
21 '../include/views/animated/SkBorderView.h',
22 '../include/views/animated/SkImageView.h',
23 '../include/views/animated/SkProgressBarView.h',
24 '../include/views/animated/SkScrollBarView.h',
25 '../include/views/animated/SkWidgetViews.h',
27 '../src/views/animated/SkBorderView.cpp',
28 '../src/views/animated/SkImageView.cpp',
29 '../src/views/animated/SkProgressBarView.cpp'
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
manifest.json 2 "name": "Animated Page Action",
3 "description": "This extension adds an animated browser action to the toolbar.",
  /external/webkit/Source/WebCore/manual-tests/
animated-gif-looping.html 4 <img src="./resources/animated-infinite.gif">
8 <img src="./resources/non-animated.gif">
12 <img src="./resources/animated-2x.gif">
16 <img src="./resources/animated-10x.gif">
large-size-image-crash.html 3 Displaying the animated GIF below should not result in memory corruption.
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>
  /external/webkit/Source/WebCore/manual-tests/resources/
containsAnimatedGif.html 2 <img src="http://127.0.0.1:8000/misc/resources/animated-gif-with-offsets.gif" />
  /external/clang/test/Analysis/
superclass.m 23 - (void)viewDidAppear:(BOOL)animated;
24 - (void)viewDidDisappear:(BOOL)animated;
28 - (void)viewWillAppear:(BOOL)animated;
29 - (void)viewWillDisappear:(BOOL)animated;
58 - (void)viewDidAppear:(BOOL)animated {}
59 - (void)viewDidDisappear:(BOOL)animated {}
63 - (void)viewWillAppear:(BOOL)animated {}
64 - (void)viewWillDisappear:(BOOL)animated {}
82 - (void)viewDidAppear:(BOOL)animated {} // expected-warning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [super viewDidAppear:] call}}
83 - (void)viewDidDisappear:(BOOL)animated {} // expected-warning {{The 'viewDidDisappear:' instance method in UIViewController subclass 'Tes (…)
    [all...]
  /external/chromium/chrome/browser/
images_uitest.cc 16 test_file = test_file.AppendASCII("animated-gifs.html");
22 std::wstring page_title = L"animated gif test";
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 26 * The constructors of this class take parameters to define the target object that will be animated
27 * as well as the name of the property that will be animated. Appropriate set/get functions
54 * Sets the name of the property that will be animated. This name is used to derive
55 * a setter function that will be called to set animated values.
62 * name of the property being animated, use <code>float</code> or <code>int</code> typed values,
77 * @param propertyName The name of the property being animated. Should not be null.
95 * Sets the property that will be animated. Property objects will take precedence over
99 * @param property The property being animated. Should not be null.
120 * Gets the name of the property that will be animated. This name will be used to derive
121 * a setter function that will be called to set animated values
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 52 // Returns an attributed string with the animated text. Caller is responsible
56 // Measure the width of the animated text.
66 // Used when the decoration has animated text.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.mm 26 - (void)setMouseInside:(BOOL)flag animate:(BOOL)animated {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion50.txt 2 <animation-list /> : Drawable used to render several animated frames.
  /development/tools/recovery_l10n/res/values/
strings.xml 14 <!-- Displayed on the screen beneath the animated android while the
18 <!-- Displayed on the screen beneath the animated android while the
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 29 * If only one or two properties on a View object are being animated, then using an
32 * appropriately. But if several properties are animated simultaneously, or if you just want a
38 * animated property independently causing its own invalidation. Also, the syntax of using this
51 * The View whose properties are being animated by this class. This is set at
102 * properties currently being animated, as well as the cleanup after an animation is
141 * The mechanism by which the user can request several properties that are then animated
146 * animated together.
157 * properties. The mask describes which properties are being animated and the
170 * Removes the given property from being animated as a part of this
196 * This list tracks the list of properties being animated by any particular animator
    [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/Contacts/src/com/android/contacts/widget/
TextWithHighlightingFactory.java 19 * A factory for text fields with animated highlighting.
  /packages/apps/QuickSearchBox/res/drawable/
search_spinner.xml 20 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"

Completed in 1228 milliseconds

1 2 3 4 5 6 7 8 91011>>