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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ImageTransformState.java 28 import com.android.systemui.statusbar.stack.StackStateAnimator;
100 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD
101 - (StackStateAnimator.ANIMATION_DURATION_STANDARD - ANIMATION_DURATION_LENGTH))
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CrossFadeHelper.java 22 import com.android.systemui.statusbar.stack.StackStateAnimator;
61 * {@link StackStateAnimator#ANIMATION_DURATION_STANDARD} in order to have a faster fading.
83 / (float) StackStateAnimator.ANIMATION_DURATION_STANDARD;
122 * {@link StackStateAnimator#ANIMATION_DURATION_STANDARD} in order to have a faster fading.
ViewTransformationHelper.java 31 import com.android.systemui.statusbar.stack.StackStateAnimator;
80 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
157 mViewTransformationAnimation.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
NotificationGuts.java 57 import com.android.systemui.statusbar.stack.StackStateAnimator;
252 a.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
ActivatableNotificationView.java 44 import com.android.systemui.statusbar.stack.StackStateAnimator;
54 private static final long DARK_ANIMATION_LENGTH = StackStateAnimator.ANIMATION_DURATION_WAKEUP;
551 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFragment.java 40 import com.android.systemui.statusbar.stack.StackStateAnimator;
307 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD)
388 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 181 private final StackStateAnimator mStateAnimator = new StackStateAnimator(this);
    [all...]
StackStateAnimator.java 40 public class StackStateAnimator {
80 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 61 import com.android.systemui.statusbar.stack.StackStateAnimator;
210 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT);
266 animator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 83 import com.android.systemui.statusbar.stack.StackStateAnimator;
609 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE);
NotificationPanelView.java 73 import com.android.systemui.statusbar.stack.StackStateAnimator;
554 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
    [all...]
StatusBar.java 248 import com.android.systemui.statusbar.stack.StackStateAnimator;
    [all...]

Completed in 2805 milliseconds