Searched refs:RecentsDrawnEvent (Results 1 – 4 of 4) sorted by relevance
35 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;98 EventBus.getDefault().post(new RecentsDrawnEvent()); in sendRecentsDrawnEvent()
62 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;550 public final void onBusEvent(final RecentsDrawnEvent event) { in onBusEvent()
78 import com.android.systemui.recents.events.ui.RecentsDrawnEvent;212 EventBus.getDefault().post(new RecentsDrawnEvent());
24 public class RecentsDrawnEvent extends EventBus.Event { class