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

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TrackingView.java 59 protected void onAttachedToWindow() {
60 super.onAttachedToWindow();
AnimatedImageView.java 70 public void onAttachedToWindow() {
71 super.onAttachedToWindow();
DateView.java 52 protected void onAttachedToWindow() {
53 super.onAttachedToWindow();
CarrierLabel.java 56 protected void onAttachedToWindow() {
57 super.onAttachedToWindow();
Clock.java 75 protected void onAttachedToWindow() {
76 super.onAttachedToWindow();
StatusBarView.java 62 protected void onAttachedToWindow() {
63 super.onAttachedToWindow();
  /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();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 119 protected void onAttachedToWindow() {
121 super.onAttachedToWindow();
SensorTest.java 201 protected void onAttachedToWindow() {
203 super.onAttachedToWindow();
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 101 public void onAttachedToWindow() {
102 super.onAttachedToWindow();
MockView.java 453 protected void onAttachedToWindow() {
454 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();
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 129 protected void onAttachedToWindow() {
130 super.onAttachedToWindow();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsBackground.java 126 protected void onAttachedToWindow() {
127 super.onAttachedToWindow();
PasswordUnlockScreen.java 214 protected void onAttachedToWindow() {
215 super.onAttachedToWindow();
SimUnlockScreen.java 297 protected void onAttachedToWindow() {
298 super.onAttachedToWindow();
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 129 protected void onAttachedToWindow() {
130 super.onAttachedToWindow();
132 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();
  /packages/apps/Contacts/src/com/android/contacts/
ScrollingTabWidget.java 91 protected void onAttachedToWindow() {
92 super.onAttachedToWindow();
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 141 public void onAttachedToWindow() {
142 super.onAttachedToWindow();
  /frameworks/base/services/java/com/android/server/
LoadAverageService.java 144 protected void onAttachedToWindow() {
145 super.onAttachedToWindow();

Completed in 306 milliseconds

1 2 3