Home
last modified time | relevance | path

Searched refs:EVENT_BUS_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java92 public final static int EVENT_BUS_PRIORITY = 1; field in Recents
223 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY); in start()
224 EventBus.getDefault().register(sSystemServicesProxy, EVENT_BUS_PRIORITY); in start()
225 EventBus.getDefault().register(sTaskLoader, EVENT_BUS_PRIORITY); in start()
DRecentsActivity.java112 public final static int EVENT_BUS_PRIORITY = Recents.EVENT_BUS_PRIORITY + 1; field in RecentsActivity
317 EventBus.getDefault().register(this, EVENT_BUS_PRIORITY); in onCreate()
579 EventBus.getDefault().register(mScrimViews, EVENT_BUS_PRIORITY); in onAttachedToWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java703 EventBus.getDefault().register(this, RecentsActivity.EVENT_BUS_PRIORITY + 1); in onLongClick()
DTaskStackView.java298 EventBus.getDefault().register(this, RecentsActivity.EVENT_BUS_PRIORITY + 1); in onAttachedToWindow()