Searched refs:targetStackScroll (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 621 public float updateFocusStateOnScroll(float lastTargetStackScroll, float targetStackScroll, in updateFocusStateOnScroll() argument 623 … if (targetStackScroll == lastStackScroll || LegacyRecentsImpl.getConfiguration().isLowRamDevice) { in updateFocusStateOnScroll() 624 return targetStackScroll; in updateFocusStateOnScroll() 627 float deltaScroll = targetStackScroll - lastStackScroll; in updateFocusStateOnScroll() 628 float deltaTargetScroll = targetStackScroll - lastTargetStackScroll; in updateFocusStateOnScroll() 629 float newScroll = targetStackScroll; in updateFocusStateOnScroll() 630 mUnfocusedRange.offset(targetStackScroll); in updateFocusStateOnScroll()
|
D | TaskStackView.java | 472 ArrayList<Task> tasks, float curStackScroll, float targetStackScroll, in computeVisibleTaskTransforms() argument 478 boolean useTargetStackScroll = Float.compare(curStackScroll, targetStackScroll) != 0; in computeVisibleTaskTransforms() 498 transformAtTarget = mLayoutAlgorithm.getStackTransform(task, targetStackScroll, in computeVisibleTaskTransforms() 526 void bindVisibleTaskViews(float targetStackScroll) { in bindVisibleTaskViews() argument 527 bindVisibleTaskViews(targetStackScroll, false /* ignoreTaskOverrides */); in bindVisibleTaskViews() 543 void bindVisibleTaskViews(float targetStackScroll, boolean ignoreTaskOverrides) { in bindVisibleTaskViews() argument 547 mStackScroller.getStackScroll(), targetStackScroll, mIgnoreTasks, in bindVisibleTaskViews()
|