/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/ |
Ipo.java | 1 package com.jme3.scene.plugins.blender.animations;
|
/external/replicaisland/src/com/replica/replicaisland/ |
NPCAnimationComponent.java | 24 // Animations
|
/frameworks/base/core/java/android/transition/ |
Visibility.java | 29 * information to determine the specific animations to run when visibility
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarView.java | 169 // give animations time to settle
|
/frameworks/native/opengl/specs/ |
EGL_ANDROID_blob_cache.txt | 42 animations.
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
Intents.java | 106 /** The parameters for performing the scale up/scale down animations
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EditorAnimator.java | 35 * Configures animations for typical use-cases
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
ReorderHelper.java | 16 * Helper class for doing reorder animations. Works out the logical position of
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteTileView.java | 57 /** Length of all animations in milliseconds. */
|
/packages/apps/Launcher2/res/values/ |
dimens.xml | 82 <!-- Because portal animations go beyond the bounds of an icon, we need
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 99 * @return <code>true</code> if the list is just exiting selection mode (so animations may 134 // Cancel any existing animations on the remaining leave behind 424 * will be called when the animations are complete and is required to delete 441 * will be called when the animations are complete and is required to delete [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 383 [NSMutableDictionary dictionaryWithDictionary:[window_ animations]]; 417 // Because of the mechanism used to interrupt animations, this is never 418 // actually called with finished set to false. If animations ever become
|
tabpose_window.mm | [all...] |
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.h | 246 // Animations are used when snapping the container to a value that fits all 384 // During testing we can disable animations by setting this flag to true, 505 // This is used while the user is resizing (and when the animations are in
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 93 // All animations should have been explicitly stopped before a tab is closed. 441 // Autorelease the animations (cannot use release because the animation object 504 // Stop any existing animations.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac.mm | 400 [NSMutableDictionary dictionaryWithDictionary:[window_ animations]]; 434 // Because of the mechanism used to interrupt animations, this is never 435 // actually called with finished set to false. If animations ever become
|
tabpose_window.mm | [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
base_panel_browser_test.cc | 330 // Sometimes there are several animations in sequence due to content 331 // auto resizing. Wait for all animations to finish. 420 // Wait for the bounds animations on creation to finish.
|
/frameworks/base/core/java/com/android/internal/widget/ |
SlidingTab.java | 64 private static final int ANIM_DURATION = 250; // Time for most animations (in ms) 421 * Start animating the slider. Note we need two animations since a ValueAnimator 570 // Clear animations so sliders don't continue to animate when we show the widget again. [all...] |
WaveView.java | 61 private static final long DURATION = 300; // duration of transitional animations 62 private static final long FINAL_DURATION = 200; // duration of final animations when unlocking 516 // However, when there's no more user interaction and no running animations,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
mock_attrs.xml | 194 This is useful with animations that scale the size of the children to more 200 Layout animations can also be started manually after the first layout. --> 203 the animations is useful with animation whose final state is different from
|
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 32 <li><a href="#layers-anims">View Layers and Animations</a></li> 643 until the view calls {@link android.view.View#invalidate invalidate()}. Some animations, such as 644 alpha animations, can then be applied directly onto the layer, which is very efficient 659 <h3 id="layers-anims">View layers and animations</h3> 661 <p>Hardware layers can deliver faster and smoother animations when your application [all...] |
/frameworks/base/docs/html/about/versions/ |
android-3.0.jd | 351 <li>Animator sets to play animations together, sequentially, or after specified delays</li> 373 animations for changes you make to your activity layout. To enable transitions for part of the 377 animations to run whenever items are added to or removed from the group. To specify custom 378 animations, call {@link android.animation.LayoutTransition#setAnimator setAnimator()} on the {@link 445 above), you can easily apply some fancy animations to your views. For example, to rotate a 484 <p>Base class for an {@link android.widget.AdapterView} that performs animations when switching 543 <p>This flag helps applications by making them draw faster. This results in smoother animations, [all...] |
/frameworks/base/core/res/res/values/ |
styles.xml | 75 <!-- Base style for animations. This style specifies no animations. --> 78 <!-- Standard animations for a full-screen window or activity. --> 108 <!-- Standard animations for a non-full-screen window or activity. --> 114 <!-- Standard animations for a translucent window or activity. This 125 <!-- Standard animations for a non-full-screen window or activity. --> 166 <!-- Window animations that are applied to input method overlay windows. --> 172 <!-- Special optional fancy IM animations. @hide --> 178 <!-- Window animations that are applied to the search bar overlay window. 186 <!-- Window animations that are applied to the zoom buttons overlay window. -- [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | 2474 ArrayList<Animator> animations = new ArrayList<Animator>(); local [all...] |