Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java302 setExpandedView(this::animateIn); in setClipData()
307 setExpandedView(() -> { in setClipData() method
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationController.java29 void setExpandedView(BubbleExpandedView expandedView); in setExpandedView() method
DExpandedViewAnimationControllerImpl.java118 public void setExpandedView(BubbleExpandedView expandedView) { in setExpandedView() method in ExpandedViewAnimationControllerImpl
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerTest.java63 mController.setExpandedView(mMockExpandedView); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2157 mExpandedViewAnimationController.setExpandedView(getExpandedView()); in showNewlySelectedBubble()