Searched refs:onAttachedToWindow (Results 126 - 150 of 176) sorted by relevance

12345678

/frameworks/base/media/java/android/media/tv/
H A DTvView.java692 protected void onAttachedToWindow() { method in class:TvView
693 super.onAttachedToWindow();
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java609 protected void onAttachedToWindow() { method in class:GLSurfaceView
610 super.onAttachedToWindow();
612 Log.d(TAG, "onAttachedToWindow reattach =" + mDetached);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java437 protected void onAttachedToWindow() { method in class:ScreenDecorations.DisplayCutoutView
438 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java577 public void onAttachedToWindow() { method in class:RecentsActivity
578 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java220 protected void onAttachedToWindow() { method in class:SignalClusterView
221 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java273 protected void onAttachedToWindow() { method in class:KeyguardBottomAreaView
274 super.onAttachedToWindow();
H A DPanelView.java817 protected void onAttachedToWindow() { method in class:PanelView
818 super.onAttachedToWindow();
H A DNavigationBarView.java1134 protected void onAttachedToWindow() { method in class:NavigationBarView
1135 super.onAttachedToWindow();
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DSubtitleTrack.java677 public void onAttachedToWindow(); method in interface:SubtitleTrack.RenderingWidget
H A DClosedCaptionRenderer.java194 public void onAttachedToWindow() { method in class:ClosedCaptionWidget
195 super.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DDialog.java784 public void onAttachedToWindow() { method in class:Dialog
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java68 * <li>{@link #onAttachedToWindow}
119 * {@link #onAttachedToWindow} callback. For example:</p>
124 * public void onAttachedToWindow() {
125 * super.onAttachedToWindow();
323 public void onAttachedToWindow() { method in class:DreamService
397 * <p>Note: Requires a window, do not call before {@link #onAttachedToWindow()}</p>
414 * {@link #onAttachedToWindow()} and never earlier (you <strong>cannot</strong> call it
431 * {@link #onAttachedToWindow()} and never earlier (you <strong>cannot</strong> call it
447 * <p>Note: Requires a window, do not call before {@link #onAttachedToWindow()}</p>
460 * <p>Note: Requires a window, do not call before {@link #onAttachedToWindow()}</
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DDetailsOverviewRowPresenter.java106 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:DetailsOverviewRowPresenter.ActionsItemBridgeAdapter
H A DFullWidthDetailsOverviewRowPresenter.java147 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:FullWidthDetailsOverviewRowPresenter.ActionsItemBridgeAdapter
H A DListRowPresenter.java273 public void onAttachedToWindow(ItemBridgeAdapter.ViewHolder viewHolder) { method in class:ListRowPresenter.ListRowPresenterItemBridgeAdapter
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DSubtitleTrack.java696 void onAttachedToWindow(); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1937 protected void onAttachedToWindow() { method in class:ProgressBar
1938 super.onAttachedToWindow();
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java197 public void onAttachedToWindow() { method in class:ClosedCaptionWidget
198 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java405 protected void onAttachedToWindow() { method in class:RecentsView
408 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java313 protected void onAttachedToWindow() { method in class:DividerView
314 super.onAttachedToWindow();
/frameworks/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
H A DSlidingPaneLayout.java419 protected void onAttachedToWindow() { method in class:SlidingPaneLayout
420 super.onAttachedToWindow();
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewCacheTest.java97 mRecyclerView.onAttachedToWindow();
1117 innerView.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1532 protected void onAttachedToWindow() { method in class:DecorView
1533 super.onAttachedToWindow();
1537 cb.onAttachedToWindow();
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java485 public void onAttachedToWindow() { method in class:MediaRouteControllerDialog
486 super.onAttachedToWindow();
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java363 protected void onAttachedToWindow() { method in class:KeyboardView
364 super.onAttachedToWindow();

Completed in 557 milliseconds

12345678