Searched refs:TaskStackLayoutAlgorithm (Results 1 – 11 of 11) sorted by relevance
28 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;33 import static com.android.systemui.recents.views.TaskStackLayoutAlgorithm.VisibilityReport;95 TaskStackLayoutAlgorithm stackLayout) { in getFrontOfStackTransform()109 TaskStackLayoutAlgorithm stackLayout) { in getBackOfStackTransform()123 TaskViewTransform transformOut, int taskCount, TaskStackLayoutAlgorithm stackLayout) { in getTransform()
132 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in prepareForEnterAnimation()220 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startEnterAnimation()315 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startExitToHomeAnimation()440 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startScrollToFocusedTaskAnimation()459 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_FOCUSED); in startScrollToFocusedTaskAnimation()540 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startNewStackScrollAnimation()556 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in startNewStackScrollAnimation()673 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startTaskStackDeleteAllTasksAnimation()
207 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in cancelNonDismissTaskAnimations()222 final TaskStackLayoutAlgorithm layoutAlgorithm = mSv.mLayoutAlgorithm; in handleTouchEvent()275 layoutAlgorithm.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in handleTouchEvent()485 TaskStackLayoutAlgorithm layoutAlgorithm = mSv.getStackAlgorithm(); in onBeginDrag()522 if (layoutAlgorithm.getFocusState() != TaskStackLayoutAlgorithm.STATE_FOCUSED in onBeginDrag()536 mSv.getLayoutTaskTransforms(newStackScroll, TaskStackLayoutAlgorithm.STATE_UNFOCUSED, in onBeginDrag()590 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in onChildDismissed()
71 TaskStackLayoutAlgorithm mLayoutAlgorithm;88 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
100 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in composeAnimationSpecs()
109 TaskStackLayoutAlgorithm.TaskStackLayoutAlgorithmCallbacks,140 TaskStackLayoutAlgorithm mLayoutAlgorithm;142 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm;257 mLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, this); in TaskStackView()258 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()414 public TaskStackLayoutAlgorithm getStackAlgorithm() { in getStackAlgorithm()1164 public TaskStackLayoutAlgorithm.VisibilityReport computeStackVisibilityReport() { in computeStackVisibilityReport()
298 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()306 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
305 int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm, in getDockedTaskStackBounds()
113 public class TaskStackLayoutAlgorithm { class274 public TaskStackLayoutAlgorithm(Context context, TaskStackLayoutAlgorithmCallbacks cb) { in TaskStackLayoutAlgorithm() method in TaskStackLayoutAlgorithm
19 import static com.android.systemui.recents.views.TaskStackLayoutAlgorithm.*;31 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;195 TaskViewTransform transformOut, TaskStackLayoutAlgorithm stackLayout) {
83 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;84 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm.VisibilityReport;259 private TaskStackLayoutAlgorithm mBackgroundLayoutAlgorithm;291 mBackgroundLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in RecentsImpl()744 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext, in reloadResources()759 private void updateDummyStackViewLayout(TaskStackLayoutAlgorithm stackLayout, in updateDummyStackViewLayout()810 TaskStackLayoutAlgorithm stackLayout = mDummyStackView.getStackAlgorithm(); in updateHeaderBarLayout()1057 TaskStackLayoutAlgorithm.VisibilityReport stackVr = in startRecentsActivity()