Home
last modified time | relevance | path

Searched refs:TaskStackLayoutAlgorithm (Results 1 – 11 of 11) 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.java129 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in prepareForEnterAnimation()
202 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startEnterAnimation()
300 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startExitToHomeAnimation()
425 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startScrollToFocusedTaskAnimation()
444 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_FOCUSED); in startScrollToFocusedTaskAnimation()
525 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startNewStackScrollAnimation()
541 stackLayout.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in startNewStackScrollAnimation()
658 TaskStackLayoutAlgorithm stackLayout = mStackView.getStackAlgorithm(); in startTaskStackDeleteAllTasksAnimation()
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()
487 TaskStackLayoutAlgorithm layoutAlgorithm = mSv.getStackAlgorithm(); in onBeginDrag()
513 if (layoutAlgorithm.getFocusState() != TaskStackLayoutAlgorithm.STATE_FOCUSED) { in onBeginDrag()
526 mSv.getLayoutTaskTransforms(newStackScroll, TaskStackLayoutAlgorithm.STATE_UNFOCUSED, in onBeginDrag()
577 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in onChildDismissed()
DTaskStackViewScroller.java65 TaskStackLayoutAlgorithm mLayoutAlgorithm;
80 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
DTaskStackView.java118 TaskStackLayoutAlgorithm.TaskStackLayoutAlgorithmCallbacks,
149 TaskStackLayoutAlgorithm mLayoutAlgorithm;
151 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm;
278 mLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, this); in TaskStackView()
279 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()
459 public TaskStackLayoutAlgorithm getStackAlgorithm() { in getStackAlgorithm()
909 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in updateLayoutToStableBounds()
1237 public TaskStackLayoutAlgorithm.VisibilityReport computeStackVisibilityReport() { in computeStackVisibilityReport()
1278 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in onMeasure()
1280 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(mStack)); in onMeasure()
[all …]
DTaskViewHeader.java296 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
304 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
DRecentsTransitionHelper.java291 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
DTaskStackLayoutAlgorithm.java111 public class TaskStackLayoutAlgorithm { class
352 public TaskStackLayoutAlgorithm(Context context, TaskStackLayoutAlgorithmCallbacks cb) { in TaskStackLayoutAlgorithm() method in TaskStackLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java19 import static com.android.systemui.recents.views.TaskStackLayoutAlgorithm.*;
32 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;
196 TaskViewTransform transformOut, TaskStackLayoutAlgorithm stackLayout) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java84 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;
85 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm.VisibilityReport;
676 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext, in reloadResources()
708 TaskStackLayoutAlgorithm stackLayout = mDummyStackView.getStackAlgorithm(); in updateDummyStackViewLayout()
717 TaskStackLayoutAlgorithm.StackState.getStackStateForStack(stack)); in updateDummyStackViewLayout()
745 TaskStackLayoutAlgorithm stackLayout = mDummyStackView.getStackAlgorithm(); in updateHeaderBarLayout()
842 TaskStackLayoutAlgorithm stackLayout; in getThumbnailTransitionActivityOptions()
1003 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()