Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java28 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()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackAnimationHelper.java132 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()
DTaskStackViewTouchHandler.java208 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in cancelNonDismissTaskAnimations()
223 final TaskStackLayoutAlgorithm layoutAlgorithm = mSv.mLayoutAlgorithm; in handleTouchEvent()
276 layoutAlgorithm.setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in handleTouchEvent()
486 TaskStackLayoutAlgorithm layoutAlgorithm = mSv.getStackAlgorithm(); in onBeginDrag()
523 if (layoutAlgorithm.getFocusState() != TaskStackLayoutAlgorithm.STATE_FOCUSED in onBeginDrag()
537 mSv.getLayoutTaskTransforms(newStackScroll, TaskStackLayoutAlgorithm.STATE_UNFOCUSED, in onBeginDrag()
591 mSv.getStackAlgorithm().setFocusState(TaskStackLayoutAlgorithm.STATE_UNFOCUSED); in onChildDismissed()
DTaskStackViewScroller.java71 TaskStackLayoutAlgorithm mLayoutAlgorithm;
88 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
DRecentsTransitionComposer.java99 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in composeAnimationSpecs()
DTaskStackView.java110 TaskStackLayoutAlgorithm.TaskStackLayoutAlgorithmCallbacks,
141 TaskStackLayoutAlgorithm mLayoutAlgorithm;
143 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm;
258 mLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, this); in TaskStackView()
259 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()
416 public TaskStackLayoutAlgorithm getStackAlgorithm() { in getStackAlgorithm()
1166 public TaskStackLayoutAlgorithm.VisibilityReport computeStackVisibilityReport() { in computeStackVisibilityReport()
DTaskViewHeader.java298 int headerBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
306 int headerButtonPadding = TaskStackLayoutAlgorithm.getDimensionForDevice(getContext(), in onConfigurationChanged()
DDockState.java305 int dividerSize, Rect insets, TaskStackLayoutAlgorithm layoutAlgorithm, in getDockedTaskStackBounds()
DTaskStackLayoutAlgorithm.java113 public class TaskStackLayoutAlgorithm { class
274 public TaskStackLayoutAlgorithm(Context context, TaskStackLayoutAlgorithmCallbacks cb) { in TaskStackLayoutAlgorithm() method in TaskStackLayoutAlgorithm
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java19 import static com.android.systemui.recents.views.TaskStackLayoutAlgorithm.*;
31 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;
195 TaskViewTransform transformOut, TaskStackLayoutAlgorithm stackLayout) {
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java82 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm;
83 import com.android.systemui.recents.views.TaskStackLayoutAlgorithm.VisibilityReport;
258 private TaskStackLayoutAlgorithm mBackgroundLayoutAlgorithm;
290 mBackgroundLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in RecentsImpl()
730 mTaskBarHeight = TaskStackLayoutAlgorithm.getDimensionForDevice(mContext, in reloadResources()
745 private void updateDummyStackViewLayout(TaskStackLayoutAlgorithm stackLayout, in updateDummyStackViewLayout()
796 TaskStackLayoutAlgorithm stackLayout = mDummyStackView.getStackAlgorithm(); in updateHeaderBarLayout()
1043 TaskStackLayoutAlgorithm.VisibilityReport stackVr = in startRecentsActivity()