Searched refs:getLocationAnimAlphaProperty (Results 1 – 1 of 1) sorted by relevance
518 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