Searched refs:onAttachedToWindow (Results 26 - 50 of 120) sorted by relevance

12345

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java82 protected void onAttachedToWindow() { method in class:SimpleModelView
83 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java84 public void onAttachedToWindow() { method in class:PlatLogoActivity
95 public void onAttachedToWindow() {
96 super.onAttachedToWindow();
H A DMediaRouteChooserDialog.java154 public void onAttachedToWindow() { method in class:MediaRouteChooserDialog
155 super.onAttachedToWindow();
H A DMediaRouteControllerDialog.java206 public void onAttachedToWindow() { method in class:MediaRouteControllerDialog
207 super.onAttachedToWindow();
/frameworks/base/core/java/android/view/
H A DTextureView.java92 * TextureView is attached to a window (and {@link #onAttachedToWindow()} has
210 protected void onAttachedToWindow() { method in class:TextureView
211 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java101 protected void onAttachedToWindow() { method in class:AdapterViewFlipper
102 super.onAttachedToWindow();
H A DAnalogClock.java103 protected void onAttachedToWindow() { method in class:AnalogClock
104 super.onAttachedToWindow();
H A DDateTimeView.java78 protected void onAttachedToWindow() { method in class:DateTimeView
79 super.onAttachedToWindow();
H A DTextClock.java241 // Wait until onAttachedToWindow() to handle the ticker
482 protected void onAttachedToWindow() { method in class:TextClock
483 super.onAttachedToWindow();
H A DVideoView.java823 protected void onAttachedToWindow() { method in class:VideoView
824 super.onAttachedToWindow();
827 mSubtitleWidget.onAttachedToWindow();
905 subtitleWidget.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DSwipeDismissLayout.java131 protected void onAttachedToWindow() { method in class:SwipeDismissLayout
132 super.onAttachedToWindow();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java138 protected void onAttachedToWindow() { method in class:KeyguardSimPinView
139 super.onAttachedToWindow();
H A DKeyguardStatusView.java185 protected void onAttachedToWindow() { method in class:KeyguardStatusView
186 super.onAttachedToWindow();
H A DCarrierText.java162 protected void onAttachedToWindow() { method in class:CarrierText
163 super.onAttachedToWindow();
H A DKeyguardSimPukView.java188 protected void onAttachedToWindow() { method in class:KeyguardSimPukView
189 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java87 protected void onAttachedToWindow() { method in class:NotificationContentView
88 super.onAttachedToWindow();
H A DSignalClusterView.java108 protected void onAttachedToWindow() { method in class:SignalClusterView
109 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java89 protected void onAttachedToWindow () { method in class:StatusBarWindowView
90 super.onAttachedToWindow();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java247 protected void onAttachedToWindow() { method in class:ImageCardView
248 super.onAttachedToWindow();
H A DItemBridgeAdapter.java43 public void onAttachedToWindow(ViewHolder viewHolder) { method in class:ItemBridgeAdapter.AdapterListener
298 mAdapterListener.onAttachedToWindow(viewHolder);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java160 public void onAttachedToWindow() { method in class:MediaRouteChooserDialog
161 super.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java305 public void onAttachedToWindow() { method in class:MediaRouteButton
306 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java159 protected void onAttachedToWindow() { method in class:LoadAverageService.LoadView
160 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java124 protected void onAttachedToWindow() { method in class:QSDetailItems
125 super.onAttachedToWindow();
126 if (DEBUG) Log.d(mTag, "onAttachedToWindow");
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java232 public void onAttachedToWindow() { method in class:ImmersiveModeConfirmation.ClingWindowView
233 super.onAttachedToWindow();

Completed in 654 milliseconds

12345