Searched refs:getWindowAlpha (Results 1 – 5 of 5) sorted by relevance
189 protected float getWindowAlpha(float progress) { in getWindowAlpha() method in SwipeUpAnimationLogic.HomeAnimationFactory295 float alpha = mAnimationFactory.getWindowAlpha(progress); in onUpdate()297 alpha = config.getWindowAlpha(); in onUpdate()
237 protected float getWindowAlpha(float progress) {
40 public abstract @FloatRange(from = 0, to = 1) float getWindowAlpha(); in getWindowAlpha() method in AppCloseConfig
263 public float getWindowAlpha() { in buildConfig() method
320 mFakeTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()321 mFakePreviousTaskView.setAlpha(getWindowAlpha(progress)); in handleSwipeUpToHome()