Searched refs:EVENT_STOPPED (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.launcher3.BaseActivity.EVENT_STOPPED;63 container.addEventCallback(EVENT_STOPPED, mUnregisterCallback); in register()78 mContainer.removeEventCallback(EVENT_STOPPED, mUnregisterCallback); in unregister()
157 @IntDef({EVENT_STARTED, EVENT_RESUMED, EVENT_STOPPED, EVENT_DESTROYED})161 public static final int EVENT_STOPPED = 2; field in BaseActivity249 mEventCallbacks[EVENT_STOPPED].executeAllAndClear(); in onStop()