/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/ |
H A D | ComposeInitializerTest.kt | 56 override fun onAttachedToWindow() { 57 super.onAttachedToWindow() 58 ComposeFacade.composeInitializer().onAttachedToWindow(this)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | DessertCaseDream.java | 26 public void onAttachedToWindow() { in onAttachedToWindow() method in DessertCaseDream 27 super.onAttachedToWindow(); in onAttachedToWindow()
|
H A D | RegionInterceptingFrameLayout.java | 50 protected void onAttachedToWindow() { in onAttachedToWindow() method in RegionInterceptingFrameLayout 51 super.onAttachedToWindow(); in onAttachedToWindow()
|
H A D | PluginInflateContainer.java | 73 protected void onAttachedToWindow() { in onAttachedToWindow() method in PluginInflateContainer 74 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/plugin/ExamplePlugin/src/com/android/systemui/plugin/testoverlayplugin/ |
H A D | CustomView.java | 36 protected void onAttachedToWindow() { in onAttachedToWindow() method in CustomView 37 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
H A D | SlowNestedRecyclerViewActivity.java | 84 protected void onAttachedToWindow() { in onCreateViewHolder() 86 super.onAttachedToWindow(); in onCreateViewHolder() 142 protected void onAttachedToWindow() { in onCreateViewHolder() 144 super.onAttachedToWindow(); in onCreateViewHolder()
|
H A D | BitmapUploadActivity.java | 55 protected void onAttachedToWindow() { in onAttachedToWindow() method in BitmapUploadActivity.UploadView 56 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | AutoMarqueeTextView.java | 56 protected void onAttachedToWindow() { in onAttachedToWindow() method in AutoMarqueeTextView 57 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/ |
H A D | WindowRootView.kt | 38 override fun onAttachedToWindow() { 39 super.onAttachedToWindow() 42 ComposeFacade.composeInitializer().onAttachedToWindow(this)
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewAttachView.java | 54 protected void onAttachedToWindow() { in onAttachedToWindow() method in ViewAttachView 56 super.onAttachedToWindow(); in onAttachedToWindow()
|
H A D | PreDrawListener.java | 51 protected void onAttachedToWindow() { in onAttachedToWindow() method in PreDrawListener.MyLinearLayout 52 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
H A D | FakeView.java | 57 protected void onAttachedToWindow() { in onAttachedToWindow() method in FakeView 58 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/ |
H A D | AnimatedImageView.java | 79 public void onAttachedToWindow() { in onAttachedToWindow() method in AnimatedImageView 80 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | DigitalClock.java | 67 protected void onAttachedToWindow() { in onAttachedToWindow() method in DigitalClock 69 super.onAttachedToWindow(); in onAttachedToWindow()
|
H A D | ViewFlipper.java | 69 protected void onAttachedToWindow() { in onAttachedToWindow() method in ViewFlipper 70 super.onAttachedToWindow(); in onAttachedToWindow()
|
H A D | AdapterViewFlipper.java | 82 protected void onAttachedToWindow() { in onAttachedToWindow() method in AdapterViewFlipper 83 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | ClipboardView.java | 41 protected void onAttachedToWindow() { in onAttachedToWindow() method in ClipboardView 42 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricFingerprintView.kt | 104 override fun onAttachedToWindow() { 105 super.onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AnimatedImageView.java | 110 public void onAttachedToWindow() { in onAttachedToWindow() method in AnimatedImageView 111 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/common/ |
H A D | ColorModeControls.kt | 68 override fun onAttachedToWindow() { 69 super.onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardMessageArea.java | 63 protected void onAttachedToWindow() { in onAttachedToWindow() method in KeyguardMessageArea 64 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowCallbackWrapper.java | 112 public void onAttachedToWindow() { in onAttachedToWindow() method in WindowCallbackWrapper 113 mWrapped.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/ |
H A D | TvNotificationPanelActivity.java | 111 public void onAttachedToWindow() { in onAttachedToWindow() method in TvNotificationPanelActivity 112 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | CompactExtractEditLayout.java | 110 protected void onAttachedToWindow() { in onAttachedToWindow() method in CompactExtractEditLayout 111 super.onAttachedToWindow(); in onAttachedToWindow()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SplitClockView.java | 69 protected void onAttachedToWindow() { in onAttachedToWindow() method in SplitClockView 70 super.onAttachedToWindow(); in onAttachedToWindow()
|