Searched refs:animated (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
H A DDismissRecentsToHomeAnimationStarted.java26 public final boolean animated; field in class:DismissRecentsToHomeAnimationStarted
28 public DismissRecentsToHomeAnimationStarted(boolean animated) { argument
29 this.animated = animated;
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
H A DDrawableStubActivity.java20 import android.support.graphics.drawable.animated.test.R;
H A DAnimatedVectorDrawableTest.java26 import android.support.graphics.drawable.animated.test.R;
/frameworks/support/graphics/drawable/
H A DAndroid.mk40 LOCAL_SRC_FILES := $(call all-java-files-under, animated/src)
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java415 public void clear(boolean animated) { argument
416 clear(animated, false, true);
419 private void clear(boolean animated, boolean fireActionPerformed, boolean immediate) { argument
426 if (animated && mCurrentGesture != null) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java271 public void reset(boolean animated, boolean announce) { argument
279 if (animated) {
297 if (!animated) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java62 * expanding)? 1.0 meaning that it ends immediately and 0.0 that it is continuously animated.
68 * expanding)? 1.0 meaning that it ends immediately and 0.0 that it is continuously animated.
74 * expanding)? 1.0 meaning that it starts immediately and 0.0 that it is animated at all.
80 * expanding) 1.0 meaning that it starts immediately and 0.0 that it is animated at all.
490 public void setTintColor(int color, boolean animated) { argument
492 updateBackgroundTint(animated);
496 updateBackgroundTint(false /* animated */);
499 private void updateBackgroundTint(boolean animated) { argument
507 if (!animated) {
H A DExpandableView.java201 public void setHideSensitive(boolean hideSensitive, boolean animated, long delay, argument
449 * @param needsAnimation whether the view height needs to be animated
H A DExpandableNotificationRow.java1331 public void setHideSensitive(boolean hideSensitive, boolean animated, long delay, argument
1342 if (!animated) {
1357 showingLayout.updateBackgroundColor(animated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java277 boolean dismissRecentsToHomeIfVisible(boolean animated) { argument
281 dismissRecentsToHome(animated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackAnimationHelper.java299 public void startExitToHomeAnimation(boolean animated, argument
325 if (animated) {
522 * previous task will be animated in after the scroll completes.
H A DTaskStackView.java983 * @param animated determines whether to actually draw the highlight along with the change in
986 public void setRelativeFocusedTask(boolean forward, boolean stackTasksOnly, boolean animated) { argument
987 setRelativeFocusedTask(forward, stackTasksOnly, animated, false, 0);
997 * @param animated determines whether to actually draw the highlight along with the change in
1003 public void setRelativeFocusedTask(boolean forward, boolean stackTasksOnly, boolean animated, argument
1777 mAnimationHelper.startExitToHomeAnimation(event.animated, event.getAnimationTrigger());
1862 setRelativeFocusedTask(true, false /* stackTasksOnly */, true /* animated */, false,
1871 setRelativeFocusedTask(false, false /* stackTasksOnly */, true /* animated */);
1908 // Ensure that the drag task is not animated
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java286 boolean dismissRecentsToHomeIfVisible(boolean animated) { argument
290 dismissRecentsToHome(animated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3697 boolean animated = !mGroupExpandedForMeasure && mAnimationsEnabled
3699 if (animated) {
3703 changedRow.setChildrenExpanded(expanded, animated);

Completed in 320 milliseconds