Searched defs:onAttachedToWindow (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DCompatModePanel.java73 protected void onAttachedToWindow() { method in class:CompatModePanel
74 super.onAttachedToWindow();
H A DInputMethodButton.java65 protected void onAttachedToWindow() { method in class:InputMethodButton
H A DShirtPocket.java61 public void onAttachedToWindow() { method in class:ShirtPocket.DropZone
62 super.onAttachedToWindow();
132 protected void onAttachedToWindow() { method in class:ShirtPocket
H A DInputMethodsPanel.java131 protected void onAttachedToWindow() { method in class:InputMethodsPanel
132 super.onAttachedToWindow();
H A DNotificationPanel.java112 protected void onAttachedToWindow () { method in class:NotificationPanel
113 super.onAttachedToWindow();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java132 protected void onAttachedToWindow() { method in class:RecentApplicationsBackground
133 super.onAttachedToWindow();
H A DPasswordUnlockScreen.java350 protected void onAttachedToWindow() { method in class:PasswordUnlockScreen
351 super.onAttachedToWindow();
H A DPatternUnlockScreen.java222 protected void onAttachedToWindow() { method in class:PatternUnlockScreen
223 super.onAttachedToWindow();
H A DSimUnlockScreen.java289 protected void onAttachedToWindow() { method in class:SimUnlockScreen
290 super.onAttachedToWindow();
H A DSimPukUnlockScreen.java312 protected void onAttachedToWindow() { method in class:SimPukUnlockScreen
313 super.onAttachedToWindow();
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelView.java82 protected void onAttachedToWindow() { method in class:SimpleModelView
83 super.onAttachedToWindow();
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java228 public void onAttachedToWindow() { method in class:MediaRouteButton
229 super.onAttachedToWindow();
/frameworks/base/core/java/android/widget/
H A DAdapterViewFlipper.java92 protected void onAttachedToWindow() { method in class:AdapterViewFlipper
93 super.onAttachedToWindow();
H A DTabHost.java184 protected void onAttachedToWindow() { method in class:TabHost
185 super.onAttachedToWindow();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java183 protected void onAttachedToWindow() { method in class:DigitalClock
184 super.onAttachedToWindow();
H A DSizeAdaptiveLayout.java141 public void onAttachedToWindow() { method in class:SizeAdaptiveLayout
H A DScrollingTabContainerView.java256 public void onAttachedToWindow() { method in class:ScrollingTabContainerView
257 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java159 protected void onAttachedToWindow() { method in class:LoadAverageService.LoadView
160 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java285 public void onAttachedToWindow() { method in class:RecentsHorizontalScrollView
H A DRecentsVerticalScrollView.java293 public void onAttachedToWindow() { method in class:RecentsVerticalScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java72 protected void onAttachedToWindow() { method in class:SignalClusterView
73 super.onAttachedToWindow();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java67 protected void onAttachedToWindow() { method in class:PhoneStatusBarView
68 super.onAttachedToWindow();
/frameworks/base/core/java/android/service/dreams/
H A DDream.java157 public void onAttachedToWindow() { method in class:Dream
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java906 protected void onAttachedToWindow() { method in class:LayoutInflater.BlinkLayout
907 super.onAttachedToWindow();
H A DTextureView.java93 * TextureView is attached to a window (and {@link #onAttachedToWindow()} has
198 protected void onAttachedToWindow() { method in class:TextureView
199 super.onAttachedToWindow();

Completed in 925 milliseconds

123