Searched refs:onVisibleBehindCanceled (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivity.java6109 * within a call to {@link #onVisibleBehindCanceled()} or if this call returns false.
6121 * Returning false may occur in lieu of a call to {@link #onVisibleBehindCanceled()} so
6124 * @see #onVisibleBehindCanceled()
6143 * <code>super.onVisibleBehindCanceled()</code> or a SuperNotCalledException will be thrown.
6154 public void onVisibleBehindCanceled() { method in class:Activity
6166 * @see #onVisibleBehindCanceled()
6189 * @see #onVisibleBehindCanceled()
H A DActivityThread.java2907 activity.onVisibleBehindCanceled();
2911 " did not call through to super.onVisibleBehindCanceled()");

Completed in 89 milliseconds