Searched defs:mQsContainerAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java161 private ObjectAnimator mQsContainerAnimator; field in class:NotificationPanelView
852 mQsContainerAnimator = null;
864 if (height != oldHeight && mQsContainerAnimator != null) {
865 PropertyValuesHolder[] values = mQsContainerAnimator.getValues();
869 mQsContainerAnimator.setCurrentPlayTime(mQsContainerAnimator.getCurrentPlayTime());
887 mQsContainerAnimator = ObjectAnimator.ofFloat(mQsContainer, View.TRANSLATION_Y,
891 mQsContainerAnimator.setStartDelay(mStatusBar.calculateGoingToFullShadeDelay());
892 mQsContainerAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_GO_TO_FULL_SHADE);
893 mQsContainerAnimator
[all...]

Completed in 8 milliseconds