Searched defs:onAttachedToWindow (Results 51 - 74 of 74) sorted by relevance

123

/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java237 protected void onAttachedToWindow() { method in class:PagerTitleStrip
238 super.onAttachedToWindow();
H A DViewPager.java1155 protected void onAttachedToWindow() { method in class:ViewPager
1156 super.onAttachedToWindow();
/frameworks/base/core/java/android/view/
H A DSurfaceView.java205 protected void onAttachedToWindow() { method in class:SurfaceView
206 super.onAttachedToWindow();
H A DWindow.java323 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
326 public void onAttachedToWindow(); method in interface:Window.Callback
H A DView.java241 * <td><code>{@link #onAttachedToWindow()}</code></td>
11426 protected void onAttachedToWindow() { method in class:View
11658 * @see #onAttachedToWindow()
11755 onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java383 protected void onAttachedToWindow() { method in class:ActivityChooserView
384 super.onAttachedToWindow();
H A DAutoCompleteTextView.java1000 protected void onAttachedToWindow() { method in class:AutoCompleteTextView
1001 super.onAttachedToWindow();
H A DImageView.java1162 protected void onAttachedToWindow() { method in class:ImageView
1163 super.onAttachedToWindow();
H A DProgressBar.java1158 protected void onAttachedToWindow() { method in class:ProgressBar
1159 super.onAttachedToWindow();
H A DEditor.java152 * It causes the error to be shown later, when onAttachedToWindow()
195 void onAttachedToWindow() { method in class:Editor
H A DAbsListView.java2675 protected void onAttachedToWindow() { method in class:AbsListView
2676 super.onAttachedToWindow();
H A DTextView.java4447 protected void onAttachedToWindow() { method in class:TextView
4448 super.onAttachedToWindow();
4455 if (mEditor != null) mEditor.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java562 protected void onAttachedToWindow() { method in class:IconMenuView
563 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java678 protected void onAttachedToWindow() { method in class:PointerLocationView
679 super.onAttachedToWindow();
H A DTransportControlView.java222 public void onAttachedToWindow() { method in class:TransportControlView
223 super.onAttachedToWindow();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockScreen.java555 protected void onAttachedToWindow() { method in class:LockScreen
556 super.onAttachedToWindow();
H A DPhoneWindow.java2434 protected void onAttachedToWindow() { method in class:PhoneWindow.DecorView
2435 super.onAttachedToWindow();
2441 cb.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DDialog.java683 public void onAttachedToWindow() { method in class:Dialog
H A DActivity.java2308 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
2310 * @see View#onAttachedToWindow
2312 public void onAttachedToWindow() { method in class:Activity
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java567 protected void onAttachedToWindow() { method in class:CarouselView
568 super.onAttachedToWindow();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java308 public void onAttachedToWindow(); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java1814 protected void onAttachedToWindow() { method in class:WebView
1815 super.onAttachedToWindow();
1816 mProvider.getViewDelegate().onAttachedToWindow();
H A DWebViewClassic.java5307 public void onAttachedToWindow() { method in class:WebViewClassic
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java579 protected void onAttachedToWindow() { method in class:GLSurfaceView
580 super.onAttachedToWindow();
582 Log.d(TAG, "onAttachedToWindow reattach =" + mDetached);

Completed in 7011 milliseconds

123