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.java664 PipUI pipUi = getComponent(PipUI.class); in onBusEvent() local
665 if (pipUi == null) { in onBusEvent()
668 pipUi.expandPip(); in onBusEvent()
672 PipUI pipUi = getComponent(PipUI.class); in onBusEvent() local
673 if (pipUi == null) { in onBusEvent()
677 pipUi.hidePipMenu(() -> { in onBusEvent()