Searched refs:ForegroundPhase (Results 1 – 1 of 1) sorted by relevance
72 private int mForegroundPhase = ForegroundPhase.BEFORE;74 private interface ForegroundPhase { interface 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()[all …]