Searched defs:onAttachedToWindow (Results 1 - 25 of 162) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java26 public void onAttachedToWindow() { method in class:DessertCaseDream
27 super.onAttachedToWindow();
H A DPluginInflateContainer.java72 protected void onAttachedToWindow() { method in class:PluginInflateContainer
73 super.onAttachedToWindow();
H A DRegionInterceptingFrameLayout.java51 protected void onAttachedToWindow() { method in class:RegionInterceptingFrameLayout
52 super.onAttachedToWindow();
H A DAutoReinflateContainer.java55 protected void onAttachedToWindow() { method in class:AutoReinflateContainer
56 super.onAttachedToWindow();
/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/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeView.java57 protected void onAttachedToWindow() { method in class:FakeView
58 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/
H A DCustomView.java36 protected void onAttachedToWindow() { method in class:CustomView
37 super.onAttachedToWindow();
38 Log.d(TAG, "onAttachedToWindow");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEmergencyCryptkeeperText.java71 protected void onAttachedToWindow() { method in class:EmergencyCryptkeeperText
72 super.onAttachedToWindow();
H A DDateView.java82 protected void onAttachedToWindow() { method in class:DateView
83 super.onAttachedToWindow();
H A DSplitClockView.java69 protected void onAttachedToWindow() { method in class:SplitClockView
70 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPreviewNavInflater.java31 protected void onAttachedToWindow() { method in class:PreviewNavInflater
32 super.onAttachedToWindow();
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/myapplication.widgets/
H A DInsetsWidget.java32 protected void onAttachedToWindow() { method in class:InsetsWidget
33 super.onAttachedToWindow();
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DStatusBarBackgroundLayoutTest.java54 layout.onAttachedToWindow();
69 public void onAttachedToWindow() { method in class:StatusBarBackgroundLayoutTest.TestStatusBarBackgroundLayout
70 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java67 protected void onAttachedToWindow() { method in class:DigitalClock
69 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardEsimArea.java93 protected void onAttachedToWindow() { method in class:KeyguardEsimArea
94 super.onAttachedToWindow();
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java55 protected void onAttachedToWindow() { method in class:BitmapUploadActivity.UploadView
56 super.onAttachedToWindow();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStatusBarBackgroundLayout.java72 protected void onAttachedToWindow() { method in class:StatusBarBackgroundLayout
73 super.onAttachedToWindow();
/frameworks/support/car/src/main/java/androidx/car/moderator/
H A DSpeedBumpView.java59 public void onAttachedToWindow() { method in class:SpeedBumpView
60 super.onAttachedToWindow();
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DContentLoadingProgressBar.java76 public void onAttachedToWindow() { method in class:ContentLoadingProgressBar
77 super.onAttachedToWindow();
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DSubtitleView.java82 subtitleWidget.onAttachedToWindow();
98 public void onAttachedToWindow() { method in class:SubtitleView
99 super.onAttachedToWindow();
102 mSubtitleWidget.onAttachedToWindow();
/frameworks/base/core/java/android/inputmethodservice/
H A DCompactExtractEditLayout.java110 protected void onAttachedToWindow() { method in class:CompactExtractEditLayout
111 super.onAttachedToWindow();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java79 public void onAttachedToWindow() { method in class:AnimatedImageView
80 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java110 public void onAttachedToWindow() { method in class:AnimatedImageView
111 super.onAttachedToWindow();
H A DOperatorNameView.java72 protected void onAttachedToWindow() { method in class:OperatorNameView
73 super.onAttachedToWindow();

Completed in 282 milliseconds

1234567