Searched refs:TaskStackLayoutAlgorithm (Results 1 – 10 of 10) sorted by relevance
56 public void update(List<Task> freeformTasks, TaskStackLayoutAlgorithm stackLayout) { in update()142 public boolean isTransformAvailable(Task task, TaskStackLayoutAlgorithm stackLayout) { in isTransformAvailable()154 TaskStackLayoutAlgorithm stackLayout) { in getTransform()162 transformOut.viewOutlineAlpha = TaskStackLayoutAlgorithm.OUTLINE_ALPHA_MAX_VALUE; in getTransform()
128 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in prepareForEnterAnimation()201 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startEnterAnimation()298 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startExitToHomeAnimation()425 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startDeleteAllTasksAnimation()465 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startScrollToFocusedTaskAnimation()484 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_FOCUSED); in startScrollToFocusedTaskAnimation()565 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startNewStackScrollAnimation()581 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in startNewStackScrollAnimation()
208 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in cancelNonDismissTaskAnimations()223 final TaskStackLayoutAlgorithm layoutAlgorithm = mSv.mLayoutAlgorithm; in handleTouchEvent()273 layoutAlgorithm.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in handleTouchEvent()485 TaskStackLayoutAlgorithm layoutAlgorithm = mSv.getStackAlgorithm(); in onBeginDrag()511 if (layoutAlgorithm.getFocusState() != TaskStackLayoutAlgorithm.STATE_FOCUSED) { in onBeginDrag()524 mSv.getLayoutTaskTransforms(newStackScroll, TaskStackLayoutAlgorithm.STATE_UNFOCUSED, in onBeginDrag()575 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in onChildDismissed()
65 TaskStackLayoutAlgorithm mLayoutAlgorithm;80 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
105 TaskStackLayoutAlgorithm.TaskStackLayoutAlgorithmCallbacks,136 TaskStackLayoutAlgorithm mLayoutAlgorithm;138 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm;252 mLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, this); in TaskStackView()253 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()420 public TaskStackLayoutAlgorithm getStackAlgorithm() { in getStackAlgorithm()853 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in updateLayoutToStableBounds()1164 public TaskStackLayoutAlgorithm.VisibilityReport computeStackVisibilityReport() { in computeStackVisibilityReport()1204 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in onMeasure()1206 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in onMeasure()[all …]
287 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()294 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
293 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
111 public class TaskStackLayoutAlgorithm { class342 public TaskStackLayoutAlgorithm(Context context, TaskStackLayoutAlgorithmCallbacks cb) { in TaskStackLayoutAlgorithm() method in TaskStackLayoutAlgorithm
68 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;570 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext, in reloadResources()606 TaskStackLayoutAlgorithm stackLayout = mDummyStackView.getStackAlgorithm(); in updateHeaderBarLayout()615 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(stack)); in updateHeaderBarLayout()703 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in getThumbnailTransitionActivityOptions()847 TaskStackLayoutAlgorithm.VisibilityReport stackVr = in startRecentsActivity()
61 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;496 int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm, in getDockedTaskStackBounds()