Searched refs:onAttachedToWindow (Results 151 - 156 of 156) sorted by relevance

1234567

/frameworks/base/core/java/android/widget/
H A DTextView.java5415 protected void onAttachedToWindow() { method in class:TextView
5416 super.onAttachedToWindow();
5418 if (mEditor != null) mEditor.onAttachedToWindow();
H A DAbsListView.java2912 protected void onAttachedToWindow() { method in class:AbsListView
2913 super.onAttachedToWindow();
H A DEditor.java213 * It causes the error to be shown later, when onAttachedToWindow()
365 void onAttachedToWindow() { method in class:Editor
/frameworks/base/core/java/android/view/
H A DViewGroup.java347 * When set, this ViewGroup will not dispatch onAttachedToWindow calls
4348 protected void onAttachedToWindow() { method in class:ViewGroup
4349 super.onAttachedToWindow();
H A DView.java277 * <td><code>{@link #onAttachedToWindow()}</code></td>
13068 // Unattached views ignore this signal, and outline is recomputed in onAttachedToWindow()
15023 protected void onAttachedToWindow() { method in class:View
15348 * @see #onAttachedToWindow()
15509 onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DActivity.java2908 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
2910 * @see View#onAttachedToWindow
2912 public void onAttachedToWindow() { method in class:Activity

Completed in 2485 milliseconds

1234567