Home
last modified time | relevance | path

Searched refs:EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskRemovedDuringLaunchListener.java23 import static com.android.launcher3.BaseActivity.EVENT_STOPPED;
63 container.addEventCallback(EVENT_STOPPED, mUnregisterCallback); in register()
78 mContainer.removeEventCallback(EVENT_STOPPED, mUnregisterCallback); in unregister()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java157 @IntDef({EVENT_STARTED, EVENT_RESUMED, EVENT_STOPPED, EVENT_DESTROYED})
161 public static final int EVENT_STOPPED = 2; field in BaseActivity
249 mEventCallbacks[EVENT_STOPPED].executeAllAndClear(); in onStop()