Searched refs:onAttachedToWindow (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/view/
H A DPreDrawListener.java54 protected void onAttachedToWindow() { method in class:PreDrawListener.MyLinearLayout
55 super.onAttachedToWindow();
H A DViewAttachView.java28 * A View that will throw a RuntimeException if onAttachedToWindow and
55 protected void onAttachedToWindow() { method in class:ViewAttachView
56 Log.d(TAG, "onAttachedToWindow");
57 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java70 public void onAttachedToWindow() { method in class:AnimatedImageView
71 super.onAttachedToWindow();
H A DSignalClusterView.java71 protected void onAttachedToWindow() { method in class:SignalClusterView
72 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrackingView.java57 protected void onAttachedToWindow() { method in class:TrackingView
58 super.onAttachedToWindow();
H A DCarrierLabel.java56 protected void onAttachedToWindow() { method in class:CarrierLabel
57 super.onAttachedToWindow();
H A DPhoneStatusBarView.java65 protected void onAttachedToWindow() { method in class:PhoneStatusBarView
66 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java76 protected void onAttachedToWindow() { method in class:DigitalClock
78 super.onAttachedToWindow();
H A DAdapterViewFlipper.java92 protected void onAttachedToWindow() { method in class:AdapterViewFlipper
93 super.onAttachedToWindow();
H A DViewFlipper.java84 protected void onAttachedToWindow() { method in class:ViewFlipper
85 super.onAttachedToWindow();
H A DAnalogClock.java96 protected void onAttachedToWindow() { method in class:AnalogClock
97 super.onAttachedToWindow();
H A DDateTimeView.java80 protected void onAttachedToWindow() { method in class:DateTimeView
81 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java61 public void onAttachedToWindow() { method in class:ShirtPocket.DropZone
62 super.onAttachedToWindow();
132 protected void onAttachedToWindow() { method in class:ShirtPocket
H A DCompatModePanel.java73 protected void onAttachedToWindow() { method in class:CompatModePanel
74 super.onAttachedToWindow();
H A DInputMethodButton.java65 protected void onAttachedToWindow() { method in class:InputMethodButton
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java57 protected void onAttachedToWindow() { method in class:DateView
58 super.onAttachedToWindow();
H A DEventHole.java63 protected void onAttachedToWindow() { method in class:EventHole
64 super.onAttachedToWindow();
H A DClock.java75 protected void onAttachedToWindow() { method in class:Clock
76 super.onAttachedToWindow();
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java55 protected void onAttachedToWindow() { method in class:FBOSyncView
56 super.onAttachedToWindow();
H A DFBOTestView.java55 protected void onAttachedToWindow() { method in class:FBOTestView
56 super.onAttachedToWindow();
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestView.java53 protected void onAttachedToWindow() { method in class:ShadersTestView
54 super.onAttachedToWindow();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java132 protected void onAttachedToWindow() { method in class:RecentApplicationsBackground
133 super.onAttachedToWindow();
/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/android/view/
H A DTextureView.java92 * TextureView is attached to a window (and {@link #onAttachedToWindow()} has
194 protected void onAttachedToWindow() { method in class:TextureView
195 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java183 protected void onAttachedToWindow() { method in class:DigitalClock
184 super.onAttachedToWindow();

Completed in 223 milliseconds

123