Home
last modified time | relevance | path

Searched refs:TaskStackLayoutAlgorithm (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java56 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()
DTaskStackAnimationHelper.java128 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()
DTaskStackViewTouchHandler.java208 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()
DTaskStackViewScroller.java65 TaskStackLayoutAlgorithm mLayoutAlgorithm;
80 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
DTaskStackView.java105 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 …]
DTaskViewHeader.java287 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
294 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
DRecentsTransitionHelper.java293 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
DTaskStackLayoutAlgorithm.java111 public class TaskStackLayoutAlgorithm { class
342 public TaskStackLayoutAlgorithm(Context context, TaskStackLayoutAlgorithmCallbacks cb) { in TaskStackLayoutAlgorithm() method in TaskStackLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java68 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java61 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;
496 int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm, in getDockedTaskStackBounds()