/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleDrawable.java | 128 /** The current background. May be actively animating or pending entry. */ 141 /** The current ripple. May be actively animating or pending entry. */ 153 * Lazily-created array of actively animating ripples. Inactive ripples are 570 * there are too many animating ripples. 648 * Notifies all the animating ripples that the hotspot bounds have changed. [all...] |
DrawableContainer.java | 572 boolean animating = false; 582 animating = true; 599 animating = true; 606 if (schedule && animating) { [all...] |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
MagnificationController.java | 387 * Resets the magnification scale and center, optionally animating the 418 * optionally animating the transition. If animation is disabled, the 456 * Sets the center of the magnified region, optionally animating the 480 * animating the transition. If animation is disabled, the transition 794 * Class responsible for animating spec on the main thread and sending spec [all...] |
/cts/tests/fragment/src/android/fragment/cts/ |
FragmentAnimatorTest.java | 390 // Make sure that if the state was saved while a Fragment was animating that its 420 // Now fragment2 should be animating away 422 assertEquals(fragment2, fm1.findFragmentByTag("2")); // still exists because it is animating
|
/frameworks/base/core/java/android/transition/ |
ChangeTransform.java | 41 * the parent before and after the scene change and animating those during the 118 * Overlays are not used and the parent is animating its location, the position of the 140 * Overlays are not used and the parent is animating its location, the position of the
|
Crossfade.java | 240 Log.d(LOG_TAG, "animating from startBounds to endBounds: " + 248 // when we are animating the view directly?
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
BoundsAnimationControllerTests.java | 58 * notified of all the cases where it is animating and cancelled so that it can respond 219 // Ensure that the animator is paused for the all windows drawn signal when animating 281 // Animating to larger size
|
/frameworks/support/compat/java/android/support/v4/app/ |
ActivityOptionsCompat.java | 81 * @param source The View that the new activity is animating from. This 105 * @param source The View that the new activity is animating from. This 133 * @param source The View that this thumbnail is animating from. This
|
/frameworks/support/fragment/tests/java/android/support/v4/app/ |
FragmentAnimationTest.java | 352 // Make sure that if the state was saved while a Fragment was animating that its 392 // Now fragment2 should be animating away 394 assertEquals(fragment2, fm1.findFragmentByTag("2")); // still exists because it is animating
|
FragmentAnimatorTest.java | 448 // Make sure that if the state was saved while a Fragment was animating that its 480 // Now fragment2 should be animating away 482 assertEquals(fragment2, fm1.findFragmentByTag("2")); // still exists because it is animating
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertDialog.java | 283 * Start animating warning icon. 296 * Stop animating warning icon. 409 * Stop animating warning icon and stop the {@link CellBroadcastAlertAudio}
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DeleteDropTarget.java | 382 // Don't highlight the icon as it's animating 391 // Defer animating out the drop target if we are animating to it
|
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
DrawerController.java | 174 // Don't allow selection while animating 222 // Consume scroll event if we are animating. 629 // List is still animating, so adapter hasn't been updated. Update the list that
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowLayersController.java | 202 // these windows are animating. 209 // We know that we will be animating a relaunching window in the near future, which will
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
ModeOptions.java | 77 * Called when about to start animating the mode options from hidden 83 * Called when about to start animating the mode options from visible
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
SnackBarManager.java | 113 * The given snackBar is not guaranteed to be shown. If the previous snackBar is animating away, 239 // has already ended while we were animating
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 31 * This subclass of {@link ValueAnimator} provides support for animating properties on target objects. 63 * <p>For more information about animating with {@code ObjectAnimator}, read the 251 * using two properties. A <code>Path</code></> animation moves in two dimensions, animating 297 * using two properties. A <code>Path</code></> animation moves in two dimensions, animating 342 * animating coordinates <code>(x, y)</code> together to follow the line. In this variation, the 450 * using two properties. A <code>Path</code></> animation moves in two dimensions, animating 497 * using two properties. A <code>Path</code></> animation moves in two dimensions, animating 543 * animating coordinates <code>(x, y)</code> together to follow the line. In this variation, the [all...] |
/cts/tests/tests/transition/src/android/transition/cts/ |
VisibilityTest.java | 83 // Now animate out, but no animation should happen since we're animating in.
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarLander.java | 32 * <li>animating by calling invalidate() from draw()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ScreenSlideActivity.java | 37 * animating the current screen out (to the left) and the next screen in (from the right). The
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_based_page_test_unittest.py | 30 action_runner.TapElement('#animating-button')
|
/external/skia/gm/ |
animatedGif.cpp | 93 // Tall enough to show the row of frames plus an animating version.
|
blurcircles2.cpp | 22 * In Sample mode this draws a single circle and almost-circle with animating radius and blur
|
/external/universal-tween-engine/ |
README.md | 111 * Animating Android apps --- See how to use the engine with Android UIs
|
/frameworks/base/core/java/android/view/ |
InputEventReceiver.java | 164 * Should be called just before animating or drawing a new frame in the UI.
|