Home
last modified time | relevance | path

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

123

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerServiceTest.java30 mEditText.onAttachedToWindow(); in testSpellchecker()
47 mEditText.onAttachedToWindow(); in testRussianSpellchecker()
50 mEditText.onAttachedToWindow(); in testRussianSpellchecker()
64 mEditText.onAttachedToWindow(); in testSpellcheckWithPeriods()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DSoftwareCameraPreview.java75 protected void onAttachedToWindow() { in onAttachedToWindow() method in SoftwareCameraPreview
76 super.onAttachedToWindow(); in onAttachedToWindow()
77 mPreview.onAttachedToWindow(); in onAttachedToWindow()
DHardwareCameraPreview.java81 protected void onAttachedToWindow() { in onAttachedToWindow() method in HardwareCameraPreview
82 super.onAttachedToWindow(); in onAttachedToWindow()
83 mPreview.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DSoftwareCameraPreview.java83 protected void onAttachedToWindow() { in onAttachedToWindow() method in SoftwareCameraPreview
84 super.onAttachedToWindow(); in onAttachedToWindow()
85 preview.onAttachedToWindow(); in onAttachedToWindow()
DHardwareCameraPreview.java88 protected void onAttachedToWindow() { in onAttachedToWindow() method in HardwareCameraPreview
89 super.onAttachedToWindow(); in onAttachedToWindow()
90 preview.onAttachedToWindow(); in onAttachedToWindow()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DFlipperDream.java33 public void onAttachedToWindow() { in onAttachedToWindow() method in FlipperDream
34 super.onAttachedToWindow(); in onAttachedToWindow()
DPhotoTableDream.java46 public void onAttachedToWindow() { in onAttachedToWindow() method in PhotoTableDream
47 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DListenerView.java43 protected void onAttachedToWindow() { in onAttachedToWindow() method in ListenerView
44 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DViewOnlyPreviewActivity.java50 public void onAttachedToWindow() { in onAttachedToWindow() method in ViewOnlyPreviewActivity
51 super.onAttachedToWindow(); in onAttachedToWindow()
DPreviewActivity.java52 public void onAttachedToWindow() { in onAttachedToWindow() method in PreviewActivity
53 super.onAttachedToWindow(); in onAttachedToWindow()
DStandalonePreviewActivity.java81 public void onAttachedToWindow() { in onAttachedToWindow() method in StandalonePreviewActivity
82 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DUxrTextView.java79 protected void onAttachedToWindow() { in onAttachedToWindow() method in UxrTextView
80 super.onAttachedToWindow(); in onAttachedToWindow()
DUxrButton.java111 protected void onAttachedToWindow() { in onAttachedToWindow() method in UxrButton
112 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java54 protected void onAttachedToWindow() { in onAttachedToWindow() method in BaseRecyclerView
55 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/TV/src/com/android/tv/ui/
DIntroView.java64 protected void onAttachedToWindow() { in onAttachedToWindow() method in IntroView
65 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/screensavers/Basic/src/com/android/dreams/basic/
DColors.java67 public void onAttachedToWindow() { in onAttachedToWindow() method in Colors
68 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java131 protected void onAttachedToWindow() { in onAttachedToWindow() method in TextTime
132 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DButteryProgressBar.java164 protected void onAttachedToWindow() { in onAttachedToWindow() method in ButteryProgressBar
165 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/DeskClock/src/com/android/deskclock/
DScreensaver.java91 public void onAttachedToWindow() { in onAttachedToWindow() method in Screensaver
93 super.onAttachedToWindow(); in onAttachedToWindow()
DAnalogClock.java111 protected void onAttachedToWindow() { in onAttachedToWindow() method in AnalogClock
112 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DTaskItemView.java191 protected void onAttachedToWindow() { in onAttachedToWindow() method in TaskItemView
192 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java66 protected void onAttachedToWindow() { in onAttachedToWindow() method in BaseWidgetSheet
67 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java354 protected void onAttachedToWindow() { in onAttachedToWindow() method in StickyHeaderListView
355 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java87 protected void onAttachedToWindow() { in onAttachedToWindow() method in DiscoveryBounce
88 super.onAttachedToWindow(); in onAttachedToWindow()
/packages/apps/Messaging/src/com/android/messaging/ui/
DPersonItemView.java85 protected void onAttachedToWindow() { in onAttachedToWindow() method in PersonItemView
86 super.onAttachedToWindow(); in onAttachedToWindow()

123