Searched refs:RecentsDrawnEvent (Results 1 – 5 of 5) sorted by relevance
34 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;98 EventBus.getDefault().post(new RecentsDrawnEvent()); in sendRecentsDrawnEvent()
68 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;521 EventBus.getDefault().post(new RecentsDrawnEvent()); in splitPrimaryTask()724 public final void onBusEvent(final RecentsDrawnEvent event) { in onBusEvent()
78 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;213 EventBus.getDefault().post(new RecentsDrawnEvent());
24 public class RecentsDrawnEvent extends EventBus.Event { class
29 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;165 public final void onBusEvent(RecentsDrawnEvent drawnEvent) { in onBusEvent()