Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DItemRevealAnimationTracker.kt25 private const val IMAGE_FADE_IN_MILLIS = 150L constant
56 duration = (IMAGE_FADE_IN_MILLIS * (1f - record.alpha)).toLong()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DContentPreviewUi.java41 private static final int IMAGE_FADE_IN_MILLIS = 150; field in ContentPreviewUi
64 fadeAnim.setDuration(IMAGE_FADE_IN_MILLIS); in updateViewWithImage()