Searched defs:isPictureAfterFirstLayout (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java4479 boolean isPictureAfterFirstLayout) {
4486 showVisualIndicator, isPictureAfterFirstLayout,
7929 boolean isPictureAfterFirstLayout = viewState != null;
7934 isPictureAfterFirstLayout);
7949 if (isPictureAfterFirstLayout) {
7965 boolean forceInval = isPictureAfterFirstLayout;
7989 if (isPictureAfterFirstLayout) {
8704 int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout,
4478 setBaseLayer(int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout) argument
8703 nativeSetBaseLayer(int nativeInstance, int layer, boolean showVisualIndicator, boolean isPictureAfterFirstLayout, int scrollingLayer) argument

Completed in 82 milliseconds