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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ImageTransformState.java 28 import com.android.systemui.statusbar.stack.StackStateAnimator;
97 scaleAmount = (scaleAmount * StackStateAnimator.ANIMATION_DURATION_STANDARD
98 - (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;
542 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;
291 .setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD)
366 .setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 172 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/
NotificationIconContainer.java 37 import com.android.systemui.statusbar.stack.StackStateAnimator;
105 }.setDuration(StackStateAnimator.ANIMATION_DURATION_WAKEUP);
NavigationBarFragment.java 84 import com.android.systemui.statusbar.stack.StackStateAnimator;
614 delay + StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE);
NotificationPanelView.java 68 import com.android.systemui.statusbar.stack.StackStateAnimator;
497 mClockAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD);
    [all...]
StatusBar.java 236 import com.android.systemui.statusbar.stack.StackStateAnimator;
    [all...]

Completed in 893 milliseconds