Searched refs:mBackgroundPhase (Results 1 – 1 of 1) sorted by relevance
60 private int mBackgroundPhase = BackgroundPhase.BEFORE; field in FloatingChildLayout188 if (mBackgroundPhase == BackgroundPhase.BEFORE) { in fadeInBackground()189 mBackgroundPhase = BackgroundPhase.APPEARING_OR_VISIBLE; in fadeInBackground()203 if (mBackgroundPhase == BackgroundPhase.APPEARING_OR_VISIBLE) { in fadeOutBackground()204 mBackgroundPhase = BackgroundPhase.DISAPPEARING_OR_GONE; in fadeOutBackground()