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

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
AttachDetachAwareView.java 31 protected void onAttachedToWindow() {
33 super.onAttachedToWindow();
DigitalClockTest.java 149 protected void onAttachedToWindow() {
150 super.onAttachedToWindow();
  /external/setupcompat/main/java/com/google/android/setupcompat/view/
StatusBarBackgroundLayout.java 57 protected void onAttachedToWindow() {
58 super.onAttachedToWindow();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameActivity.java 178 public void onAttachedToWindow() {
179 super.onAttachedToWindow();
WindowFocusObserver.java 94 public void onAttachedToWindow() {
95 super.onAttachedToWindow();
ContentBrowserActivity.java 205 public void onAttachedToWindow() {
206 super.onAttachedToWindow();
ContentBrowserNavActivity.java 207 public void onAttachedToWindow() {
208 super.onAttachedToWindow();
VideoPlayerActivity.java 98 @Override protected void onAttachedToWindow() {
99 super.onAttachedToWindow();
229 public void onAttachedToWindow() {
230 super.onAttachedToWindow();
  /external/setupcompat/main/java/com/google/android/setupcompat/
PartnerCustomizationLayout.java 184 protected void onAttachedToWindow() {
185 super.onAttachedToWindow();
187 getMixin(FooterBarMixin.class).onAttachedToWindow();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSurfaceView.java 19 protected void onAttachedToWindow() {}
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 117 protected void onAttachedToWindow() {
119 if (false) Log.d(TAG, "onAttachedToWindow. mAnimate=" + mAnimate);
120 super.onAttachedToWindow();
SensorTest.java 200 protected void onAttachedToWindow() {
202 if (false) Log.d(TAG, "onAttachedToWindow. mAnimate="+mAnimate);
203 super.onAttachedToWindow();
209 if (false) Log.d(TAG, "onAttachedToWindow. mAnimate="+mAnimate);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 156 protected void onAttachedToWindow() {
158 super.onAttachedToWindow();
  /cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsActivity.java 149 public void onAttachedToWindow() {
150 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 228 protected void onAttachedToWindow() {
229 super.onAttachedToWindow();

Completed in 6130 milliseconds

1 2