Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java518 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(this, getLocationAnimAlphaProperty(), 0f) in getLocationUpdateFadeOutAnimator()
556 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(this, getLocationAnimAlphaProperty(), 1f) in getLocationUpdateFadeInAnimator()
569 private FloatProperty<? super BubbleBarView> getLocationAnimAlphaProperty() { in getLocationAnimAlphaProperty() method in BubbleBarView