Searched refs:RecentsDrawnEvent (Results 1 – 5 of 5) sorted by relevance
32 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;96 EventBus.getDefault().post(new RecentsDrawnEvent()); in sendRecentsDrawnEvent()
56 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;622 public final void onBusEvent(final RecentsDrawnEvent event) { in onBusEvent()
67 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;189 EventBus.getDefault().post(new RecentsDrawnEvent());
24 public class RecentsDrawnEvent extends EventBus.Event { class
67 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;1079 public final void onBusEvent(RecentsDrawnEvent drawnEvent) { in onBusEvent()