Home
last modified time | relevance | path

Searched defs:EVENT_BUS_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java81 public final static int EVENT_BUS_PRIORITY = 1; field in LegacyRecentsImpl
DRecentsActivity.java111 public final static int EVENT_BUS_PRIORITY = LegacyRecentsImpl.EVENT_BUS_PRIORITY + 1; field in RecentsActivity