Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java76 public static final int APPEARING = 1; field
221 mForegroundPhase = ForegroundPhase.APPEARING; in showContent()
231 if (mForegroundPhase == ForegroundPhase.APPEARING || in hideContent()
278 if (mForegroundPhase == ForegroundPhase.APPEARING) { in animateScale()
/packages/apps/Settings/src/com/android/settings/
DDataUsageSummary.java590 chartTransition.disableTransitionType(LayoutTransition.APPEARING); in ensureLayoutTransitions()