Home
last modified time | relevance | path

Searched refs:setExpandedView (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayController.java302 setExpandedView(this::animateIn); in setClipData()
307 setExpandedView(() -> { in setClipData()
320 setExpandedView(); in setClipData()
326 setExpandedView(); in setClipData()
338 private void setExpandedView(Runnable onViewReady) { in setExpandedView() method in ClipboardOverlayController
390 private void setExpandedView() { in setExpandedView() method in ClipboardOverlayController
456 setExpandedView(() -> animateIn()); in animateFromMinimized()
458 setExpandedView(); in animateFromMinimized()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationController.java27 void setExpandedView(BubbleExpandedView expandedView); in setExpandedView() method
H A DExpandedViewAnimationControllerImpl.java122 public void setExpandedView(BubbleExpandedView expandedView) { in setExpandedView() method in ExpandedViewAnimationControllerImpl
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerTest.java66 mController.setExpandedView(mMockExpandedView); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java1967 mExpandedViewAnimationController.setExpandedView(mExpandedBubble.getExpandedView()); in showNewlySelectedBubble()