Home
last modified time | relevance | path

Searched refs:ALPHA_OUT (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java41 .setInterpolator(Interpolators.ALPHA_OUT) in fadeOut()
82 float alpha = Interpolators.ALPHA_OUT.getInterpolation(1.0f - fadeOutAmount); in fadeOut()
DKeyguardAffordanceView.java304 animator.setInterpolator(Interpolators.ALPHA_OUT); in startRtCircleFadeOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DInterpolators.java44 public static final Interpolator ALPHA_OUT = new PathInterpolator(0f, 0f, 0.8f, 1f); field in Interpolators
DBatteryMeterView.java187 transition.setInterpolator(LayoutTransition.DISAPPEARING, Interpolators.ALPHA_OUT); in setupLayoutTransition()
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java36 public static final Interpolator ALPHA_OUT = new PathInterpolator(0f, 0f, 0.8f, 1f); field in MessagingPropertyAnimator
228 animator.setInterpolator(ALPHA_OUT); in fadeOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DButtonDispatcher.java18 import static com.android.systemui.Interpolators.ALPHA_OUT;
181 mFadeAnimator.setInterpolator(getAlpha() < alpha ? ALPHA_IN : ALPHA_OUT); in setAlpha()
DCollapsedStatusBarFragment.java313 .setInterpolator(Interpolators.ALPHA_OUT) in animateHiddenState()
DKeyguardStatusBarView.java405 .setInterpolator(Interpolators.ALPHA_OUT) in animateNextLayoutChange()
DNotificationPanelView.java326 .setCustomInterpolator(PANEL_ALPHA.getProperty(), Interpolators.ALPHA_OUT);
379 mBottomAreaShadeAlphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in NotificationPanelView()
1480 .setInterpolator(Interpolators.ALPHA_OUT) in setKeyguardBottomAreaVisibility()
1503 .setInterpolator(Interpolators.ALPHA_OUT) in setKeyguardStatusViewVisibility()
DStatusBar.java3078 .setInterpolator(Interpolators.ALPHA_OUT) in fadeKeyguardWhilePulsing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java184 Interpolator interpolator = nowVisible ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT; in setViewVisible()
DNotificationGuts.java322 .setInterpolator(Interpolators.ALPHA_OUT) in animateClose()
DNotificationInfo.java649 promptAnim.setInterpolator(isUndo ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT);
652 confirmAnim.setInterpolator(isUndo ? Interpolators.ALPHA_OUT : Interpolators.ALPHA_IN);
DNotificationSnooze.java319 mExpandAnimation.setInterpolator(show ? Interpolators.ALPHA_IN : Interpolators.ALPHA_OUT); in animateSnoozeOptions()
DExpandableNotificationRow.java1551 contentAlpha = Interpolators.ALPHA_OUT.getInterpolation(contentAlpha);
2128 .setInterpolator(Interpolators.ALPHA_OUT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java307 alphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in exitSoftware()
429 opacityAnim.setInterpolator(Interpolators.ALPHA_OUT); in exitHardware()
DKeyguardUserSwitcher.java192 .setInterpolator(Interpolators.ALPHA_OUT) in startDisappearAnimation()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java515 .setInterpolator(Interpolators.ALPHA_OUT) in hideActionButton()
555 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT); in onStartLaunchTargetEnterAnimation()
581 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT); in onStartLaunchTargetLaunchAnimation()
DDockState.java212 : Interpolators.ALPHA_OUT); in startAnimation()
DRecentsView.java568 .setInterpolator(Interpolators.ALPHA_OUT)
886 : Interpolators.ALPHA_OUT);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java138 mLayoutTransition.setInterpolator(LayoutTransition.DISAPPEARING, Interpolators.ALPHA_OUT); in KeyguardSliceView()
475 Interpolators.ALPHA_OUT); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java415 mMenuContainerAnimator.setInterpolator(Interpolators.ALPHA_OUT); in hideMenu()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsActivity.java738 .setInterpolator(Interpolators.ALPHA_OUT) in onBusEvent()