Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java665 PipUI pipUi = getComponent(PipUI.class); in onBusEvent() local
666 if (pipUi == null) { in onBusEvent()
669 pipUi.expandPip(); in onBusEvent()
673 PipUI pipUi = getComponent(PipUI.class); in onBusEvent() local
674 if (pipUi == null) { in onBusEvent()
678 pipUi.hidePipMenu(() -> { in onBusEvent()