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

/frameworks/base/core/java/android/app/
H A DActivity.java5538 * within a call to {@link #onVisibleBehindCanceled()} or if this call returns false.
5550 * Returning false may occur in lieu of a call to {@link #onVisibleBehindCanceled()} so
5553 * @see #onVisibleBehindCanceled()
5573 * <code>super.onVisibleBehindCanceled()</code> or a SuperNotCalledException will be thrown.
5584 public void onVisibleBehindCanceled() { method in class:Activity
5596 * @see #onVisibleBehindCanceled()
5619 * @see #onVisibleBehindCanceled()

Completed in 38 milliseconds