HomeSort by relevance Sort by last modified time
    Searched full:animations (Results 351 - 375 of 798) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/transition/
Transition.java 38 * A Transition holds information about animations that will be run on its
41 * perform custom animations themselves. Any Transition has two main jobs:
42 * (1) capture property values, and (2) play animations based on changes to
47 * animations that fade items in or out based on changes to those properties.
83 * attributes on unchanging views, or limiting the types of animations run on specific views.
243 * this transition cares about for the purposes of canceling overlapping animations.
246 * properties on which they based their animations agree with the end values of
565 * This is called internally once all animations have been set up by the
619 * method to determine what, if any, animations, should be run.
648 * method to determine what, if any, animations, should be run
    [all...]
  /frameworks/base/docs/html/tools/debugging/
systrace.jd 197 or pauses in animations, because it shows you the execution of your application across multiple
199 for good performance. Having a regular rhythm for display ensures that animations and motion are
226 display of screen content, particularly for animations and motion. Interruptions in the regular
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 154 // Use these for custom animations.
188 // layouts can be better served with individual animations on child views to
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java 39 * picture's text description. Most of the logic is for the animations that will
277 // override transitions to skip the standard window animations
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 41 * and how to use animations to complete the swipe as well as to animate the other
263 * layout, and then to run animations between all of those start/end positions.
  /external/chromium/chrome/browser/ui/cocoa/
confirm_quit_panel_controller.mm 301 // Release all animations because CAAnimation retains its delegate (self),
331 [NSMutableDictionary dictionaryWithDictionary:[window animations]];
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 38 // The animations may reference the tabs. Shut down the animation before we
67 // Cancel any current animations. We do this as remove uses the current
  /external/chromium_org/chrome/browser/download/
download_shelf.cc 93 // Common images used for download progress animations. We load them once the
358 // - Rich animations are enabled.
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 61 // Timer callback for handling animations
291 // Hover animations for our body and drop buttons.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 123 // FIXME: keyframeStylesForAnimation is only used in the legacy animations implementation
124 // and should be removed when that is replaced by Web Animations.
  /external/chromium_org/third_party/WebKit/
WATCHLISTS 17 'animations': {
213 'animations': ['alancutter@chromium.org',
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderLoader.java 44 import com.jme3.scene.plugins.blender.animations.ArmatureHelper;
45 import com.jme3.scene.plugins.blender.animations.IpoHelper;
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 174 * children's animations are offset from one column to the other.
203 * children's animations are offset from one row to the other.
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 31 * Base class for a {@link FrameLayout} container that will perform animations
148 * @param animate Whether or not to use the in and out animations, defaults
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 27 <p>An animation resource can define one of two types of animations:</p>
35 <p>There are two types of animations that you can do with the view animation framework:</p>
112 group animations together. Each <code>&lt;set&gt;</code> can define its own
121 <em>Keyword</em>. Specifies the play ordering of animations in this set.
124 <tr><td><code>sequentially</code></td><td>Play animations in this set sequentially</td></tr>
125 <tr><td><code>together</code> (default)</td><td>Play animations in this set at the same time.</td></tr>
319 android.animation.AnimatorSet} object, and then set the target objects for all of the animations
346 The view animation framework supports both tween and frame by frame animations, which can both be declared
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
AppWindowAnimator.java 39 // AppWindowToken animations.
201 // We will run animations as long as the display isn't frozen.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 197 // Because the text positions will be static, pre-render the animations.
287 * Render the animations for appearing and disappearing.
  /packages/apps/InCallUI/src/com/android/incallui/
AnimationUtils.java 42 * Duration for animations in msec, which can be used with
51 * Simple Utility class that runs fading animations on specified views.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 2515 const CSSAnimationDataList* animations = style->animations(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsHideShow.java 40 * This application demonstrates how to use LayoutTransition to automate transition animations
Transition3d.java 22 * list. The animation is made of two smaller animations: the first half
  /external/chromium/base/
message_pump.h 92 // used to drive animations, for example.
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 129 // allows existing animations to continue if the size doesn't
  /external/chromium/chrome/browser/resources/ntp/
apps.css 101 #apps-content[launcher-animations=true] .app {

Completed in 1436 milliseconds

<<11121314151617181920>>