/external/skia/gm/ |
animatedimageblurs.cpp | 21 // This GM draws a lot of layers with animating BlurImageFilters
|
/frameworks/base/core/java/android/view/ |
IPinnedStackListener.aidl | 42 * to indicate the current target bounds of the pinned stack (the final bounds if animating,
|
/frameworks/base/libs/hwui/ |
AnimationContext.cpp | 101 "AnimationHandle destroyed while still animating!");
|
AnimationContext.h | 40 * required so that we can keep animating them, and properly notify listeners
|
/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/assist/ |
AssistOrbContainer.java | 137 * Whether the panel is showing, or, if it's animating, whether it will be
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
PipDismissViewController.java | 41 // the PIP, to prevent the target from animating if the user just wants to fling the PIP
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationBackgroundView.java | 133 // Prevents this view from creating a layer when alpha is animating.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
StackWindowControllerTests.java | 71 // Stack removal is deferred if one of its child is animating.
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
UnrefedBitmapCache.java | 29 * UI is animating.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
NonOverlappingLinearLayoutWithForeground.java | 135 * Avoids creating a hardware layer when animating alpha.
|
/packages/apps/Car/Hvac/res/layout/ |
hvac_temperature_bar_overlay.xml | 19 <!-- The HVAC panel is added as an overlay in the WindowManager, so animating
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
MultiStateAlphaController.java | 89 // In case when any channel is animating to 0, and the current alpha is also 0, do not
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationMessageBubbleView.java | 116 // as animating immediately after looks really bad and switching layout params
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumeDialogImpl.java | 239 public void onAnimatingChanged(boolean animating) { 240 if (animating) return; 660 final boolean animating = mMotion.isAnimating(); 661 if (D.BUG) Log.d(TAG, "onStateChangedH animating=" + animating); 663 if (animating) { [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
PathAnimations.java | 146 // An int version of this method also exists for animating 153 // An int version of this method also exists for animating
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
ZoomActivity.java | 35 * A sample showing how to zoom an image thumbnail to full-screen, by animating the bounds of the 95 * image view and animating its bounds to fit the entire activity content area. More
|
/frameworks/base/core/java/android/view/autofill/ |
AutofillPopupWindow.java | 315 * @param transitionEpicenter The transition epicenter if animating. 332 * @param transitionEpicenter The transition epicenter if animating.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FastBitmapDrawable.java | 274 // Compose a key with a fully saturated icon if we are just animating brightness 278 // icons, so just use a PorterDuff filter when we aren't animating saturation
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
FlipDrawable.java | 81 * animating away one side and showing the other. 204 * Stop animating the flip and reset to one side.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
LeaveBehindItem.java | 193 // If this thing isn't already fully visible AND its not already animating... 227 // If this thing isn't already fully visible AND its not already animating...
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowSurfacePlacer.java | 398 // This token isn't going to be animating. Add it to the list of tokens to 441 // If we still have some windows animating with saved surfaces that's 453 // animating? 589 // if wallpaper is animating in or out set oldWallpaper to null else to wallpaper 664 Slog.v(TAG, "Now animating app in place " + wtoken); [all...] |
AppWindowToken.java | 261 // If this initial window is animating, stop it -- we will do an animation to reveal 543 + " animation=" + mAppAnimator.animation + " animating=" + mAppAnimator.animating); 552 // If this window was animating, then we need to ensure that the app transition notifies 555 if (mAppAnimator.animating) { 572 mAppAnimator.animating = false; 691 * animating with saved surface. 704 * Hide all window surfaces that's still invisible in layout but animating [all...] |
/frameworks/base/core/java/android/transition/ |
Transition.java | 416 * animating views toward potentially different end values.</p> [all...] |
/frameworks/support/transition/src/android/support/transition/ |
Transition.java | 426 * animating views toward potentially different end values.</p> [all...] |