Searched defs:mForegroundPhase (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java72 private int mForegroundPhase = ForegroundPhase.BEFORE; field in class:FloatingChildLayout
215 return mForegroundPhase == ForegroundPhase.IDLE;
220 if (mForegroundPhase == ForegroundPhase.BEFORE) {
221 mForegroundPhase = ForegroundPhase.APPEARING;
231 if (mForegroundPhase == ForegroundPhase.APPEARING ||
232 mForegroundPhase == ForegroundPhase.IDLE) {
233 mForegroundPhase = ForegroundPhase.DISAPPEARING;
273 if (mForegroundPhase == ForegroundPhase.DISAPPEARING) {
274 mForegroundPhase = ForegroundPhase.AFTER;
278 if (mForegroundPhase
[all...]

Completed in 40 milliseconds