HomeSort by relevance Sort by last modified time
    Searched defs:onAttachedToWindow (Results 1 - 25 of 50) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 54 protected void onAttachedToWindow() {
55 super.onAttachedToWindow();
  /frameworks/base/core/java/android/widget/
DigitalClock.java 76 protected void onAttachedToWindow() {
78 super.onAttachedToWindow();
ViewFlipper.java 84 protected void onAttachedToWindow() {
85 super.onAttachedToWindow();
AnalogClock.java 95 protected void onAttachedToWindow() {
96 super.onAttachedToWindow();
DateTimeView.java 80 protected void onAttachedToWindow() {
TabHost.java 158 protected void onAttachedToWindow() {
159 super.onAttachedToWindow();
  /frameworks/base/services/java/com/android/server/status/
AnimatedImageView.java 68 public void onAttachedToWindow() {
69 super.onAttachedToWindow();
DateView.java 52 protected void onAttachedToWindow() {
53 super.onAttachedToWindow();
TrackingView.java 59 protected void onAttachedToWindow() {
60 super.onAttachedToWindow();
StatusBarView.java 66 protected void onAttachedToWindow() {
67 super.onAttachedToWindow();
  /cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java 116 notes = "Test {@link DigitalClock#onAttachedToWindow()}.",
117 method = "onAttachedToWindow",
171 protected void onAttachedToWindow() {
172 super.onAttachedToWindow();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 121 protected void onAttachedToWindow() {
123 super.onAttachedToWindow();
SensorTest.java 207 protected void onAttachedToWindow() {
209 super.onAttachedToWindow();
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 129 protected void onAttachedToWindow() {
130 super.onAttachedToWindow();
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsBackground.java 126 protected void onAttachedToWindow() {
127 super.onAttachedToWindow();
PasswordUnlockScreen.java 214 protected void onAttachedToWindow() {
215 super.onAttachedToWindow();
  /packages/apps/AlarmClock/src/com/android/alarmclock/
DigitalClock.java 123 protected void onAttachedToWindow() {
124 super.onAttachedToWindow();
126 if (Log.LOGV) Log.v("onAttachedToWindow " + this);
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 125 protected void onAttachedToWindow() {
126 super.onAttachedToWindow();
128 if (Log.LOGV) Log.v("onAttachedToWindow " + this);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 137 protected void onAttachedToWindow() {
138 super.onAttachedToWindow();
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 107 public void onAttachedToWindow() {
108 super.onAttachedToWindow();
  /frameworks/base/services/java/com/android/server/
LoadAverageService.java 144 protected void onAttachedToWindow() {
145 super.onAttachedToWindow();
  /packages/apps/Contacts/src/com/android/contacts/
ScrollingTabWidget.java 91 protected void onAttachedToWindow() {
92 super.onAttachedToWindow();
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 102 public void onAttachedToWindow() {
103 super.onAttachedToWindow();
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 141 public void onAttachedToWindow() {
142 super.onAttachedToWindow();
  /frameworks/base/core/java/android/view/
SurfaceView.java 191 protected void onAttachedToWindow() {
192 super.onAttachedToWindow();

Completed in 200 milliseconds

1 2