Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java145 private ObjectAnimator mFreeformWorkspaceBackgroundAnimator; field in TaskStackView
2063 Utilities.cancelAnimationWithoutCallbacks(mFreeformWorkspaceBackgroundAnimator); in animateFreeformWorkspaceBackgroundAlpha()
2064 mFreeformWorkspaceBackgroundAnimator = ObjectAnimator.ofInt(mFreeformWorkspaceBackground, in animateFreeformWorkspaceBackgroundAlpha()
2066 mFreeformWorkspaceBackgroundAnimator.setStartDelay( in animateFreeformWorkspaceBackgroundAlpha()
2068 mFreeformWorkspaceBackgroundAnimator.setDuration( in animateFreeformWorkspaceBackgroundAlpha()
2070 mFreeformWorkspaceBackgroundAnimator.setInterpolator( in animateFreeformWorkspaceBackgroundAlpha()
2072 mFreeformWorkspaceBackgroundAnimator.start(); in animateFreeformWorkspaceBackgroundAlpha()