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

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

Completed in 58 milliseconds