Searched refs:mBackgroundFadeOutAnimation (Results 1 – 1 of 1) sorted by relevance
94 private ValueAnimator mBackgroundFadeOutAnimation; field in Workspace1141 if (mBackgroundFadeOutAnimation != null) {1142 mBackgroundFadeOutAnimation.cancel();1143 mBackgroundFadeOutAnimation = null;1148 mBackgroundFadeOutAnimation =1150 mBackgroundFadeOutAnimation.addUpdateListener(new AnimatorUpdateListener() {1155 mBackgroundFadeOutAnimation.setInterpolator(new DecelerateInterpolator(1.5f));1156 mBackgroundFadeOutAnimation.setDuration(BACKGROUND_FADE_OUT_DURATION);1157 mBackgroundFadeOutAnimation.start();