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

/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java65 public void onAttachedToWindow() { method in class:AwTestContainerView
66 super.onAttachedToWindow();
67 mAwContents.onAttachedToWindow();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java609 protected void onAttachedToWindow() { method in class:ContentView
610 super.onAttachedToWindow();
611 mContentViewCore.onAttachedToWindow();
H A DContentViewCore.java704 // move this check into onAttachedToWindow(), where we can test for
1468 * @see View#onAttachedToWindow()
1471 public void onAttachedToWindow() { method in class:ContentViewCore
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java605 if (wasAttached) onAttachedToWindow();
1490 * @see android.view.View#onAttachedToWindow()
1494 public void onAttachedToWindow() { method in class:AwContents
1498 mContentViewCore.onAttachedToWindow();
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 64 milliseconds