Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java108 private static final long DRAWER_FADE_VELOCITY_MS_PER_ALPHA = TwoPaneLayout.SLIDE_DURATION_MS; field in FolderListFragment
798 final long duration = (long) (startAlpha * DRAWER_FADE_VELOCITY_MS_PER_ALPHA); in animateMinimized()
814 final long duration = (long) (startAlpha * DRAWER_FADE_VELOCITY_MS_PER_ALPHA); in animateMinimized()