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

1234567

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchOrbView.java369 protected void onAttachedToWindow() { method in class:SearchOrbView
370 super.onAttachedToWindow();
H A DVerticalGridPresenter.java71 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:VerticalGridPresenter.VerticalGridItemBridgeAdapter
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java193 public void onAttachedToWindow() { method in class:MediaRouteChooserDialog
194 super.onAttachedToWindow();
H A DMediaRouteButton.java404 public void onAttachedToWindow() { method in class:MediaRouteButton
405 super.onAttachedToWindow();
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java456 protected void onAttachedToWindow() { method in class:FloatingActionButton
457 super.onAttachedToWindow();
458 getImpl().onAttachedToWindow();
H A DSnackbar.java809 protected void onAttachedToWindow() { method in class:Snackbar.SnackbarLayout
810 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java99 protected void onAttachedToWindow() { method in class:DateTimeView
100 super.onAttachedToWindow();
H A DActivityChooserView.java435 protected void onAttachedToWindow() { method in class:ActivityChooserView
436 super.onAttachedToWindow();
H A DAutoCompleteTextView.java1134 protected void onAttachedToWindow() { method in class:AutoCompleteTextView
1135 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/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java129 protected void onAttachedToWindow() { method in class:NavigationBarInflaterView
130 super.onAttachedToWindow();
H A DStatusBarWindowView.java173 protected void onAttachedToWindow () { method in class:StatusBarWindowView
174 super.onAttachedToWindow();
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java278 public void onAttachedToWindow() { method in class:ImmersiveModeConfirmation.ClingWindowView
279 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/core-ui/java/android/support/v4/view/
H A DPagerTitleStrip.java247 protected void onAttachedToWindow() { method in class:PagerTitleStrip
248 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java73 public void onAttachedToWindow() { method in class:PlatLogoActivity
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowActionModeTest.java247 public void onAttachedToWindow() {} method in class:PhoneWindowActionModeTest.MockWindowCallback
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java264 public void onAttachedToWindow() { method in class:ScrollingTabContainerView
265 super.onAttachedToWindow();
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java724 public void onAttachedToWindow() { method in class:TtmlRenderingWidget
725 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeService.java159 public void onAttachedToWindow() { method in class:DozeService
160 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
161 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java115 protected void onAttachedToWindow() { method in class:QSPanel
116 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGuts.java115 protected void onAttachedToWindow() { method in class:NotificationGuts
116 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java225 protected void onAttachedToWindow() { method in class:RemoteInputView
226 super.onAttachedToWindow();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java346 // So we don't need do anything special later in onBind or onAttachedToWindow.
354 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder vh) {
368 mExternalAdapterListener.onAttachedToWindow(vh);
H A DRowsSupportFragment.java348 // So we don't need do anything special later in onBind or onAttachedToWindow.
356 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder vh) {
370 mExternalAdapterListener.onAttachedToWindow(vh);

Completed in 2321 milliseconds

1234567