Searched defs:stackView (Results 1 – 8 of 8) sorted by relevance
/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 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/ |
D | RecentsTransitionComposer.java | 57 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView, in composeAnimationSpec() 96 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) { in composeAnimationSpecs()
|
D | TaskStackAnimationHelper.java | 116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) { in TaskStackAnimationHelper()
|
/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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleTouchHandler.java | 72 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
|
D | Bubble.java | 161 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
|
D | BubbleExpandedView.java | 342 public void setBubble(Bubble bubble, BubbleStackView stackView, String appName) { in setBubble()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 918 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform()
|