Home
last modified time | relevance | path

Searched refs:mLayoutSizer (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java193 private final AwLayoutSizer mLayoutSizer; field in AwContents
481 mLayoutSizer.freezeLayoutRequests(); in onPinchStarted()
486 mLayoutSizer.unfreezeLayoutRequests(); in onPinchEnded()
528 mLayoutSizer.onLayoutChange(); in onLayoutChange()
571 mLayoutSizer = dependencyFactory.createLayoutSizer(); in AwContents()
574 mLayoutSizer.setDelegate(new AwLayoutSizerDelegate()); in AwContents()
575 mLayoutSizer.setDIPScale(mDIPScale); in AwContents()
2054 mLayoutSizer.onPageScaleChanged(webLayoutPageScaleFactor);
2060 mLayoutSizer.onContentSizeChanged(widthCss, heightCss);
2247 mLayoutSizer.onMeasure(widthMeasureSpec, heightMeasureSpec);
[all …]