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/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/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.java207 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()
DTaskStackViewScroller.java71 TaskStackLayoutAlgorithm mLayoutAlgorithm;
88 TaskStackLayoutAlgorithm layoutAlgorithm) { in TaskStackViewScroller()
DRecentsTransitionComposer.java100 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in composeAnimationSpecs()
DTaskStackView.java109 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()
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/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/src/com/android/systemui/recents/
DRecentsImpl.java83 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()