Searched refs:mForegroundPhase (Results 1 – 1 of 1) sorted by relevance
72 private int mForegroundPhase = ForegroundPhase.BEFORE; field in FloatingChildLayout215 return mForegroundPhase == ForegroundPhase.IDLE; in isContentFullyVisible()220 if (mForegroundPhase == ForegroundPhase.BEFORE) { in showContent()221 mForegroundPhase = ForegroundPhase.APPEARING; in showContent()231 if (mForegroundPhase == ForegroundPhase.APPEARING || in hideContent()232 mForegroundPhase == ForegroundPhase.IDLE) { in hideContent()233 mForegroundPhase = ForegroundPhase.DISAPPEARING; in hideContent()273 if (mForegroundPhase == ForegroundPhase.DISAPPEARING) { in animateScale()274 mForegroundPhase = ForegroundPhase.AFTER; in animateScale()278 if (mForegroundPhase == ForegroundPhase.APPEARING) { in animateScale()[all …]