/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/src/com/android/systemui/bubbles/ |
D | Bubble.java | 116 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate() argument 121 R.layout.bubble_view, stackView, false /* attachToRoot */); in inflate() 125 R.layout.bubble_expanded_view, stackView, false /* attachToRoot */); in inflate() 126 expandedView.setEntry(entry, stackView, mAppName); in inflate()
|
D | BubbleTouchHandler.java | 75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler() argument 80 mStack = stackView; in BubbleTouchHandler()
|
D | BubbleExpandedView.java | 266 public void setEntry(NotificationEntry entry, BubbleStackView stackView, String appName) { in setEntry() argument 267 mStackView = stackView; in setEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 276 BubbleStackView stackView = mBubbleController.getStackView(); in testExpandCollapseStack() local 306 BubbleStackView stackView = mBubbleController.getStackView(); in testCollapseAfterChangingExpandedBubble() local 312 assertEquals(mRow2.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testCollapseAfterChangingExpandedBubble() 317 stackView.setExpandedBubble(mRow.getEntry()); in testCollapseAfterChangingExpandedBubble() 318 assertEquals(mRow.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testCollapseAfterChangingExpandedBubble() 342 BubbleStackView stackView = mBubbleController.getStackView(); in testExpansionRemovesShowInShade() local 361 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses() local 368 assertEquals(mRow2.getEntry(), stackView.getExpandedBubbleView().getEntry()); in testRemoveLastExpandedCollapses() 372 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses() 377 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/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()
|