Searched refs:RecentsGrowingEvent (Results 1 – 3 of 3) sorted by relevance
24 public class RecentsGrowingEvent extends EventBus.Event { class
63 import com.android.systemui.recents.events.ui.RecentsGrowingEvent;239 EventBus.getDefault().send(new RecentsGrowingEvent()); in growRecents()
77 import com.android.systemui.recents.events.ui.RecentsGrowingEvent;2084 public final void onBusEvent(RecentsGrowingEvent event) { in onBusEvent()