Home
last modified time | relevance | path

Searched refs:onAttachedToWindow (Results 1 – 25 of 131) sorted by relevance

123456

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/compose/
H A DComposeInitializerTest.kt56 override fun onAttachedToWindow() {
57 super.onAttachedToWindow()
58 ComposeFacade.composeInitializer().onAttachedToWindow(this)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java26 public void onAttachedToWindow() { in onAttachedToWindow() method in DessertCaseDream
27 super.onAttachedToWindow(); in onAttachedToWindow()
H A DRegionInterceptingFrameLayout.java50 protected void onAttachedToWindow() { in onAttachedToWindow() method in RegionInterceptingFrameLayout
51 super.onAttachedToWindow(); in onAttachedToWindow()
H A DPluginInflateContainer.java73 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 DCustomView.java36 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 DSlowNestedRecyclerViewActivity.java84 protected void onAttachedToWindow() { in onCreateViewHolder()
86 super.onAttachedToWindow(); in onCreateViewHolder()
142 protected void onAttachedToWindow() { in onCreateViewHolder()
144 super.onAttachedToWindow(); in onCreateViewHolder()
H A DBitmapUploadActivity.java55 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 DAutoMarqueeTextView.java56 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 DWindowRootView.kt38 override fun onAttachedToWindow() {
39 super.onAttachedToWindow()
42 ComposeFacade.composeInitializer().onAttachedToWindow(this)
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewAttachView.java54 protected void onAttachedToWindow() { in onAttachedToWindow() method in ViewAttachView
56 super.onAttachedToWindow(); in onAttachedToWindow()
H A DPreDrawListener.java51 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 DFakeView.java57 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 DAnimatedImageView.java79 public void onAttachedToWindow() { in onAttachedToWindow() method in AnimatedImageView
80 super.onAttachedToWindow(); in onAttachedToWindow()
/aosp14/frameworks/base/core/java/android/widget/
H A DDigitalClock.java67 protected void onAttachedToWindow() { in onAttachedToWindow() method in DigitalClock
69 super.onAttachedToWindow(); in onAttachedToWindow()
H A DViewFlipper.java69 protected void onAttachedToWindow() { in onAttachedToWindow() method in ViewFlipper
70 super.onAttachedToWindow(); in onAttachedToWindow()
H A DAdapterViewFlipper.java82 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 DClipboardView.java41 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 DAuthBiometricFingerprintView.kt104 override fun onAttachedToWindow() {
105 super.onAttachedToWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java110 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 DColorModeControls.kt68 override fun onAttachedToWindow() {
69 super.onAttachedToWindow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardMessageArea.java63 protected void onAttachedToWindow() { in onAttachedToWindow() method in KeyguardMessageArea
64 super.onAttachedToWindow(); in onAttachedToWindow()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowCallbackWrapper.java112 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 DTvNotificationPanelActivity.java111 public void onAttachedToWindow() { in onAttachedToWindow() method in TvNotificationPanelActivity
112 super.onAttachedToWindow(); in onAttachedToWindow()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DCompactExtractEditLayout.java110 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 DSplitClockView.java69 protected void onAttachedToWindow() { in onAttachedToWindow() method in SplitClockView
70 super.onAttachedToWindow(); in onAttachedToWindow()

123456