Searched defs:stackView (Results 1 – 8 of 8) sorted by relevance
/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 342 BubbleStackView stackView = mBubbleController.getStackView(); in testExpansionRemovesShowInShade() local 361 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 | Bubble.java | 116 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
|
D | BubbleTouchHandler.java | 75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
|
D | BubbleExpandedView.java | 266 public void setEntry(NotificationEntry entry, BubbleStackView stackView, String appName) { in setEntry()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/ |
D | RecentsImpl.java | 918 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform()
|