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

/frameworks/base/core/java/android/app/
H A DActivity.java1475 * user presses the Home key, {@link #onUserLeaveHint} will be called, but
1477 * brought to the foreground, {@link #onUserLeaveHint} will not be called on
1487 protected void onUserLeaveHint() { method in class:Activity
2571 * This callback and {@link #onUserLeaveHint} are intended to help
2575 * <p>All calls to your activity's {@link #onUserLeaveHint} callback will
2584 * @see #onUserLeaveHint()
6114 onUserLeaveHint();

Completed in 498 milliseconds