HomeSort by relevance Sort by last modified time
    Searched refs:StackStateAnimator (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CrossFadeHelper.java 22 import com.android.systemui.statusbar.stack.StackStateAnimator;
66 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD;
ViewTransformationHelper.java 30 import com.android.systemui.statusbar.stack.StackStateAnimator;
79 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
157 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
NotificationGuts.java 50 import com.android.systemui.statusbar.stack.StackStateAnimator;
396 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
ActivatableNotificationView.java 41 import com.android.systemui.statusbar.stack.StackStateAnimator;
495 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
    [all...]
ExpandableNotificationRow.java 56 import com.android.systemui.statusbar.stack.StackStateAnimator;
480 StackStateAnimator stateAnimator, long delay, long duration) {
    [all...]
BaseStatusBar.java 113 import com.android.systemui.statusbar.stack.StackStateAnimator;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 39 import com.android.systemui.statusbar.stack.StackStateAnimator;
478 ValueAnimator previousAnimator = StackStateAnimator.getChildTag(scrim,
485 animEndValue = StackStateAnimator.getChildTag(scrim, TAG_END_ALPHA);
495 float previousStartValue = StackStateAnimator.getChildTag(scrim,
497 float previousEndValue = StackStateAnimator.getChildTag(scrim,
NotificationPanelView.java 65 import com.android.systemui.statusbar.stack.StackStateAnimator;
465 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
    [all...]
PhoneStatusBar.java 194 import com.android.systemui.statusbar.stack.StackStateAnimator;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 35 import com.android.systemui.statusbar.stack.StackStateAnimator;
281 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD)
302 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 168 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);
    [all...]
StackStateAnimator.java 41 public class StackStateAnimator {
99 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
    [all...]
NotificationChildrenContainer.java 609 public void startAnimationToState(StackScrollState state, StackStateAnimator stateAnimator,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 59 import com.android.systemui.statusbar.stack.StackStateAnimator;
203 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT);
253 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);

Completed in 222 milliseconds