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.java276 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/
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/
DBubble.java116 void inflate(LayoutInflater inflater, BubbleStackView stackView) { in inflate()
DBubbleTouchHandler.java75 BubbleTouchHandler(BubbleStackView stackView, in BubbleTouchHandler()
DBubbleExpandedView.java266 public void setEntry(NotificationEntry entry, BubbleStackView stackView, String appName) { in setEntry()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java918 private TaskViewTransform getThumbnailTransitionTransform(TaskStackView stackView, in getThumbnailTransitionTransform()