Home
last modified time | relevance | path

Searched defs:setExpandedView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DClipboardOverlayController.java307 setExpandedView(() -> { in setClipData() method
338 private void setExpandedView(Runnable onViewReady) { in setExpandedView() method in ClipboardOverlayController
390 private void setExpandedView() { in setExpandedView() method in ClipboardOverlayController
/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