Home
last modified time | relevance | path

Searched defs:stackView (Results 1 – 8 of 8) sorted by relevance

/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
377 BubbleStackView stackView = mBubbleController.getStackView(); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot() local
407 BubbleStackView stackView = mBubbleController.getStackView(); in testRemoveLastExpandedCollapses() local
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java57 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView, in composeAnimationSpec()
96 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) { in composeAnimationSpecs()
DTaskStackAnimationHelper.java116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { in TaskStackAnimationHelper()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/grid/
DTaskViewFocusFrame.java54 public TaskViewFocusFrame(Context context, TaskStackView stackView, in TaskViewFocusFrame()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleTouchHandler.java72 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
DBubble.java161 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
DBubbleExpandedView.java342 public void setBubble(Bubble bubble, BubbleStackView stackView, String appName) { in setBubble()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java918 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform()