/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | RecentsTransitionComposer.java | 57 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()
|
D | RecentsView.java | 925 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();
|
D | TaskStackAnimationHelper.java | 116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { in TaskStackAnimationHelper() argument 117 mStackView = stackView; in TaskStackAnimationHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 287 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/ |
D | TaskViewFocusFrame.java | 54 public TaskViewFocusFrame(Context context, TaskStackView stackView, in TaskViewFocusFrame() argument 57 mSv = stackView; in TaskViewFocusFrame()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | Bubble.java | 161 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()
|
D | BubbleTouchHandler.java | 72 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler() argument 77 mStack = stackView; in BubbleTouchHandler()
|
D | BubbleExpandedView.java | 342 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/ |
D | RecentsImpl.java | 918 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()
|