Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java67 public static final int APPEARING_OR_VISIBLE = 1; field
189 mBackgroundPhase = BackgroundPhase.APPEARING_OR_VISIBLE; in fadeInBackground()
203 if (mBackgroundPhase == BackgroundPhase.APPEARING_OR_VISIBLE) { in fadeOutBackground()