Home
last modified time | relevance | path

Searched refs:stackView (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java57 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView, in composeAnimationSpec() argument
74 stackView.getStack().getFrontMostTask()) { in composeAnimationSpec()
75 taskRect.bottom = taskRect.top + stackView.getMeasuredHeight(); in composeAnimationSpec()
96 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) { in composeAnimationSpecs() argument
98 TaskView taskView = stackView.getChildViewForTask(task); in composeAnimationSpecs()
99 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm(); in composeAnimationSpecs()
119 AppTransitionAnimationSpecCompat spec = composeAnimationSpec(stackView, taskView, in composeAnimationSpecs()
DRecentsView.java925 final TaskStackView stackView, final TaskView taskView,
935 transitionFuture = new AppTransitionAnimationSpecsFuture(stackView.getHandler()) {
938 return mTransitionHelper.composeAnimationSpecs(task, stackView, windowingMode,
956 stackView.cancelAllTaskViewAnimations();
989 stackView.cancelAllTaskViewAnimations();
DTaskStackAnimationHelper.java116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { in TaskStackAnimationHelper() argument
117 mStackView = stackView; in TaskStackAnimationHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java287 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack() local
318 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local
324 assertEquals(mRow2.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testCollapseAfterChangingExpandedBubble()
329 stackView.setExpandedBubble(mRow.getEntry().key); in testCollapseAfterChangingExpandedBubble()
330 assertEquals(mRow.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testCollapseAfterChangingExpandedBubble()
377 BubbleStackView stackView = mBubbleController.getStackView(); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() local
407 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses() local
414 assertEquals(mRow2.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testRemoveLastExpandedCollapses()
418 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses()
423 assertEquals(mRow.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testRemoveLastExpandedCollapses()
[all …]
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/grid/
DTaskViewFocusFrame.java54 public TaskViewFocusFrame(Context context, TaskStackView stackView, in TaskViewFocusFrame() argument
57 mSv = stackView; in TaskViewFocusFrame()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java161 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate() argument
166 R.layout.bubble_view, stackView, false /* attachToRoot */); in inflate()
171 R.layout.bubble_expanded_view, stackView, false /* attachToRoot */); in inflate()
172 mExpandedView.setBubble(this, stackView, mAppName); in inflate()
DBubbleTouchHandler.java72 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler() argument
77 mStack = stackView; in BubbleTouchHandler()
DBubbleExpandedView.java342 public void setBubble(Bubble bubble, BubbleStackView stackView, String appName) { in setBubble() argument
347 mStackView = stackView; in setBubble()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java918 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform() argument
921 TaskStack stack = stackView.getStack(); in getThumbnailTransitionTransform()
932 stackView.updateLayoutAlgorithm(true /* boundScroll */); in getThumbnailTransitionTransform()
933 stackView.updateToInitialState(); in getThumbnailTransitionTransform()
934 stackView.getStackAlgorithm().getStackTransformScreenCoordinates(launchTask, in getThumbnailTransitionTransform()
935 stackView.getScroller().getStackScroll(), mTmpTransform, null, windowOverrideRect); in getThumbnailTransitionTransform()