Searched refs:AwLayoutSizer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwLayoutSizerTest.java12 import org.chromium.android_webview.AwLayoutSizer;
16 * Unittests for the AwLayoutSizer class.
19 static class LayoutSizerDelegate implements AwLayoutSizer.Delegate {
65 AwLayoutSizer layoutSizer = new AwLayoutSizer();
86 AwLayoutSizer layoutSizer = new AwLayoutSizer();
102 AwLayoutSizer layoutSizer = new AwLayoutSizer();
120 AwLayoutSizer layoutSize
[all...]
H A DAndroidViewIntegrationTest.java14 import org.chromium.android_webview.AwLayoutSizer;
53 private class TestAwLayoutSizer extends AwLayoutSizer {
73 public AwLayoutSizer createLayoutSizer() {
316 // In wrap-content mode the AwLayoutSizer will size the view to be as wide as the parent
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwLayoutSizer.java13 public class AwLayoutSizer { class
43 * Delegate interface through which the AwLayoutSizer communicates with the view it's sizing.
56 public AwLayoutSizer() { method in class:AwLayoutSizer
176 * Notify the AwLayoutSizer that the size of the view has changed.
185 * Notify the AwLayoutSizer that the layout pass requested via Delegate.requestLayout has
H A DAwContents.java172 public AwLayoutSizer createLayoutSizer() {
173 return new AwLayoutSizer();
200 private final AwLayoutSizer mLayoutSizer;
423 private class AwLayoutSizerDelegate implements AwLayoutSizer.Delegate {
2473 // The AwLayoutSizer needs to go first so that if we're in

Completed in 147 milliseconds