Home
last modified time | relevance | path

Searched defs:TASK_THUMBNAIL_SPLASH_ALPHA (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java436 public static final FloatProperty<RecentsView> TASK_THUMBNAIL_SPLASH_ALPHA = field in RecentsView
5295 anim.play(ObjectAnimator.ofFloat(this, TASK_THUMBNAIL_SPLASH_ALPHA, 0f, 1f)); in ObjectAnimator.ofFloat() argument