Searched refs:onAttachedToWindow (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/view/
H A DPreDrawListener.java54 protected void onAttachedToWindow() { method in class:PreDrawListener.MyLinearLayout
55 super.onAttachedToWindow();
/frameworks/base/services/java/com/android/server/status/
H A DAnimatedImageView.java68 public void onAttachedToWindow() { method in class:AnimatedImageView
69 super.onAttachedToWindow();
H A DDateView.java52 protected void onAttachedToWindow() { method in class:DateView
53 super.onAttachedToWindow();
H A DTrackingView.java59 protected void onAttachedToWindow() { method in class:TrackingView
60 super.onAttachedToWindow();
H A DStatusBarView.java66 protected void onAttachedToWindow() { method in class:StatusBarView
67 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DDigitalClock.java76 protected void onAttachedToWindow() { method in class:DigitalClock
78 super.onAttachedToWindow();
H A DViewFlipper.java84 protected void onAttachedToWindow() { method in class:ViewFlipper
85 super.onAttachedToWindow();
H A DAnalogClock.java95 protected void onAttachedToWindow() { method in class:AnalogClock
96 super.onAttachedToWindow();
H A DTabHost.java158 protected void onAttachedToWindow() { method in class:TabHost
159 super.onAttachedToWindow();
H A DDateTimeView.java80 protected void onAttachedToWindow() { method in class:DateTimeView
H A DAutoCompleteTextView.java1059 protected void onAttachedToWindow() { method in class:AutoCompleteTextView
1060 super.onAttachedToWindow();
H A DAbsListView.java1568 protected void onAttachedToWindow() { method in class:AbsListView
1569 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java129 protected void onAttachedToWindow() { method in class:DigitalClock
130 super.onAttachedToWindow();
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java126 protected void onAttachedToWindow() { method in class:RecentApplicationsBackground
127 super.onAttachedToWindow();
H A DPasswordUnlockScreen.java214 protected void onAttachedToWindow() { method in class:PasswordUnlockScreen
215 super.onAttachedToWindow();
H A DSimUnlockScreen.java297 protected void onAttachedToWindow() { method in class:SimUnlockScreen
298 super.onAttachedToWindow();
H A DPatternUnlockScreen.java402 protected void onAttachedToWindow() { method in class:PatternUnlockScreen
403 super.onAttachedToWindow();
H A DLockScreen.java626 protected void onAttachedToWindow() { method in class:LockScreen
627 super.onAttachedToWindow();
H A DPhoneWindow.java1986 protected void onAttachedToWindow() { method in class:PhoneWindow.DecorView
1987 super.onAttachedToWindow();
1991 cb.onAttachedToWindow();
/frameworks/base/services/java/com/android/server/
H A DLoadAverageService.java144 protected void onAttachedToWindow() { method in class:LoadAverageService.LoadView
145 super.onAttachedToWindow();
/frameworks/base/core/java/android/view/
H A DSurfaceView.java191 protected void onAttachedToWindow() { method in class:SurfaceView
192 super.onAttachedToWindow();
H A DWindow.java264 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
267 public void onAttachedToWindow(); method in interface:Window.Callback
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java623 protected void onAttachedToWindow() { method in class:IconMenuView
624 super.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DDialog.java605 public void onAttachedToWindow() { method in class:Dialog
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindow.java1888 protected void onAttachedToWindow() { method in class:MidWindow.DecorView
1889 super.onAttachedToWindow();
1893 cb.onAttachedToWindow();

Completed in 489 milliseconds

12