Searched refs:mFreeformWorkspaceBackgroundAnimator (Results 1 – 1 of 1) sorted by relevance
145 private ObjectAnimator mFreeformWorkspaceBackgroundAnimator; field in TaskStackView2063 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()