Searched refs:onAttachedToWindow (Results 51 - 75 of 120) sorted by relevance

12345

/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java241 protected void onAttachedToWindow() { method in class:FragmentTabHost
242 super.onAttachedToWindow();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java249 protected void onAttachedToWindow() { method in class:FragmentTabHost
250 super.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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java130 protected void onAttachedToWindow() { method in class:KeyguardWidgetFrame
131 super.onAttachedToWindow();
H A DKeyguardTransportControlView.java349 public void onAttachedToWindow() { method in class:KeyguardTransportControlView
350 super.onAttachedToWindow();
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java422 public void onAttachedToWindow() { method in class:SinkActivity
423 super.onAttachedToWindow();
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java241 protected void onAttachedToWindow() { method in class:PagerTitleStrip
242 super.onAttachedToWindow();
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java403 public void onAttachedToWindow() { method in class:MediaRouteButton
404 super.onAttachedToWindow();
H A DMediaRouteControllerDialog.java212 public void onAttachedToWindow() { method in class:MediaRouteControllerDialog
213 super.onAttachedToWindow();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java328 public void onAttachedToWindow(); method in interface:WebViewProvider.ViewDelegate
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DVerticalGridPresenter.java236 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder viewHolder) {
H A DSearchBar.java312 protected void onAttachedToWindow() { method in class:SearchBar
313 super.onAttachedToWindow();
/frameworks/base/core/java/android/view/
H A DSurfaceView.java217 protected void onAttachedToWindow() { method in class:SurfaceView
218 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java434 protected void onAttachedToWindow() { method in class:ActivityChooserView
435 super.onAttachedToWindow();
H A DAutoCompleteTextView.java1024 protected void onAttachedToWindow() { method in class:AutoCompleteTextView
1025 super.onAttachedToWindow();
H A DTabHost.java195 protected void onAttachedToWindow() { method in class:TabHost
196 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java263 public void onAttachedToWindow() { method in class:ScrollingTabContainerView
264 super.onAttachedToWindow();
/frameworks/base/media/java/android/media/tv/
H A DTvView.java562 protected void onAttachedToWindow() { method in class:TvView
563 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java155 public void onAttachedToWindow() { method in class:BatteryMeterView
156 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java148 public void onAttachedToWindow() { method in class:DozeService
149 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
150 super.onAttachedToWindow();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java397 // So we don't need do anything special later in onBind or onAttachedToWindow.
404 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder vh) {
418 mExternalAdapterListener.onAttachedToWindow(vh);
H A DRowsSupportFragment.java399 // So we don't need do anything special later in onBind or onAttachedToWindow.
406 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder vh) {
420 mExternalAdapterListener.onAttachedToWindow(vh);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java412 protected void onAttachedToWindow() { method in class:ActivityChooserView
413 super.onAttachedToWindow();
H A DScrollingTabContainerView.java272 public void onAttachedToWindow() { method in class:ScrollingTabContainerView
273 super.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DActivityView.java151 public void onAttachedToWindow() { method in class:ActivityView
152 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +

Completed in 2825 milliseconds

12345