Searched refs:onUserLeaveHint (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java250 protected void onUserLeaveHint() { method in class:PipMenuActivity
251 super.onUserLeaveHint();
/frameworks/base/core/java/android/app/
H A DActivity.java1682 * user presses the Home key, {@link #onUserLeaveHint} will be called, but
1684 * brought to the foreground, {@link #onUserLeaveHint} will not be called on
1694 protected void onUserLeaveHint() { method in class:Activity
3099 * This callback and {@link #onUserLeaveHint} are intended to help
3103 * <p>All calls to your activity's {@link #onUserLeaveHint} callback will
3112 * @see #onUserLeaveHint()
7166 onUserLeaveHint();

Completed in 1588 milliseconds