/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.
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TiledScreenNail.java | 191 // In that case, we count it as animating state and we will draw
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewWithDraggableItems.java | 105 // Return early if we are still animating the pages
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherStateTransitionAnimation.java | 168 // Only animate the search bar if animating from spring loaded mode back to all apps 348 // We are animating the content view alpha, so ensure we have a layer for it 430 // Only animate the search bar if animating to spring loaded mode from all apps 665 // We are animating the content view alpha, so ensure we have a layer for it
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
NotificationMainView.java | 82 * Sets the content of this view, animating it after a new icon shifts up if necessary.
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
FlingAnimation.java | 67 // Don't highlight the icon as it's animating
|
WallpaperOffsetInterpolator.java | 144 // this parameter offsets it to keep the wallpaper from animating as well
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
SoundLevels.java | 64 // Indicates whether we should be animating the sound level.
|
MediaPickerPanel.java | 53 * True if the MediaPicker is full screen or animating into it 154 // If we are animating and have an interim desired height, use the default height. We can't
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
BaseScrollAdapterFragment.java | 144 * is in the process of animating.
|
DialogFragment.java | 36 * The DialogFragment will handle animating in and out.
|
/packages/apps/UnifiedEmail/res/values/ |
constants.xml | 47 <!-- Amount of time spent animating the popup and push down of the snack bar -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 134 // The view types have changed, since the animating views are gone. 417 // this cleaner / faster to determine if the view is animating. 535 // swipes, wait patiently before animating [all...] |
OnePaneController.java | 75 // Make sure that while we were animating, the mode did not change back 78 // Once the pager is done animating in, we are ready to remove the
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowStateAnimator.java | 120 boolean mWasAnimating; // Were we animating going into the most recent animation step? 300 * Is the window or its container currently set to animate or currently animating? 316 /** Is the window animating the DummyAnimation? */ 323 * Is this window currently set to animate or currently animating? 368 // we just started or just stopped animating by comparing mWasAnimating with isAnimationSet(). 415 // When our app token is animating, we kind-of pretend like 419 // locally animating itself. The idea being that one that 443 // Done animating, clean up. 616 // Currently animating, persist current state of allDrawn until animation [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
RecyclerViewCacheTest.java | 642 // animating view should be observable as hidden, uncached... 644 assertNotNull("Animating view should be found, hidden", 656 // animating view still observable as hidden, uncached 658 assertNotNull("Animating view should be found, hidden", [all...] |
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
WearableDrawerView.java | 375 * Returns whether the drawer is either peeking or the peek view is animating open. 440 * Sets whether the drawer is either peeking or the peek view is animating open.
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_stack.h | 173 uint32_t animating : 1; //!< This flag shall be set by client to indicate that the member in struct:sdm::LayerStackFlags::__anon42177::__anon42178 174 //!< current frame is animating.i
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
layer_stack.h | 233 uint32_t animating : 1; //!< This flag shall be set by client to indicate that the member in struct:sdm::LayerStackFlags::__anon42252::__anon42253 234 //!< current frame is animating.i
|
/developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/interpolator/ |
InterpolatorFragment.java | 154 // Animation path is based on whether animating in or out
|
/developers/samples/android/ui/Interpolator/Application/src/main/java/com/example/android/interpolator/ |
InterpolatorFragment.java | 154 // Animation path is based on whether animating in or out
|
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/ |
InterpolatorFragment.java | 111 // Animation path is based on whether animating in or out
|