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

/frameworks/base/core/java/android/app/
H A DActivity.java6112 * within a call to {@link #onVisibleBehindCanceled()} or if this call returns false.
6124 * Returning false may occur in lieu of a call to {@link #onVisibleBehindCanceled()} so
6127 * @see #onVisibleBehindCanceled()
6146 * <code>super.onVisibleBehindCanceled()</code> or a SuperNotCalledException will be thrown.
6157 public void onVisibleBehindCanceled() { method in class:Activity
6169 * @see #onVisibleBehindCanceled()
6192 * @see #onVisibleBehindCanceled()

Completed in 889 milliseconds