/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/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. 416 * 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/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/skia/gm/ |
animatedGif.cpp | 94 // 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 | 165 * Should be called just before animating or drawing a new frame in the UI.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
DrawableContainer.java | 572 boolean animating = false; 582 animating = true; 599 animating = true; 606 if (schedule && animating) { [all...] |
/frameworks/base/packages/SystemUI/res/values/ |
config.xml | 155 <!-- The duration for animating the task decorations in after transitioning from an app. --> 158 <!-- The duration for animating the task decorations in after transitioning from an app. --> 161 <!-- The duration for animating the task decorations out before transitioning to an app. --> 164 <!-- The min animation duration for animating the nav bar scrim in. -->
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PageIndicator.java | 113 if (DEBUG) Log.d(TAG, "Animating from " + Integer.toHexString(from) + " to "
|
/frameworks/support/transition/src/android/support/transition/ |
ViewUtils.java | 58 * A {@link Property} for animating transitionAlpha value of a View.
|
/packages/apps/Car/Hvac/res/layout/ |
hvac_panel.xml | 19 <!-- The HVAC panel is added as an overlay in the WindowManager, so animating
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchCircleView.java | 120 // No need to continue animating the plain white circle.
|