Searched defs:onAttachedToWindow (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DActivity.java2025 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
2027 * @see View#onAttachedToWindow
2029 public void onAttachedToWindow() { method in class:Activity
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java2006 protected void onAttachedToWindow() { method in class:PhoneWindow.DecorView
2007 super.onAttachedToWindow();
2011 cb.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1683 protected void onAttachedToWindow() { method in class:AbsListView
1684 super.onAttachedToWindow();
H A DTextView.java253 * It causes the error to be shown later, when onAttachedToWindow()
3778 protected void onAttachedToWindow() { method in class:TextView
3779 super.onAttachedToWindow();
/frameworks/base/core/java/android/view/
H A DView.java233 * <td><code>{@link #onAttachedToWindow()}</code></td>
6069 protected void onAttachedToWindow() { method in class:View
6083 * @see #onAttachedToWindow()
6156 onAttachedToWindow();
/frameworks/base/core/java/android/webkit/
H A DWebView.java4494 protected void onAttachedToWindow() { method in class:WebView
4495 super.onAttachedToWindow();

Completed in 1354 milliseconds

12