Home
last modified time | relevance | path

Searched refs:mBackgroundPhase (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java60 private int mBackgroundPhase = BackgroundPhase.BEFORE; field in FloatingChildLayout
188 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()