Searched refs:getWindowAlpha (Results 1 – 5 of 5) sorted by relevance
40 public abstract @FloatRange(from = 0, to = 1) float getWindowAlpha(); in getWindowAlpha() method in AppCloseConfig
202 protected float getWindowAlpha(float progress) { in getWindowAlpha() method in SwipeUpAnimationLogic.HomeAnimationFactory338 float alpha = mAnimationFactory.getWindowAlpha(progress); in onUpdate()
214 protected float getWindowAlpha(float progress) {
342 mFakeTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()343 mFakePreviousTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()
1844 .withAlpha(getWindowAlpha(progress)) in onUpdate()1856 protected float getWindowAlpha(float progress) { in getWindowAlpha() method in SpringAnimRunner