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

/frameworks/base/core/java/android/app/
H A DActivity.java5764 * within a call to {@link #onVisibleBehindCanceled()} or if this call returns false.
5776 * Returning false may occur in lieu of a call to {@link #onVisibleBehindCanceled()} so
5779 * @see #onVisibleBehindCanceled()
5799 * <code>super.onVisibleBehindCanceled()</code> or a SuperNotCalledException will be thrown.
5811 public void onVisibleBehindCanceled() { method in class:Activity
5823 * @see #onVisibleBehindCanceled()
5846 * @see #onVisibleBehindCanceled()

Completed in 129 milliseconds