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/src/com/android/systemui/bubbles/
DBubble.java116 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()
DBubbleTouchHandler.java75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler() argument
80 mStack = stackView; in BubbleTouchHandler()
DBubbleExpandedView.java266 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/
DBubbleControllerTest.java276 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/
DTaskViewFocusFrame.java54 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/
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()