Lines Matching defs:layoutAlgorithm
36 import android.webkit.WebSettings.LayoutAlgorithm;
366 public LayoutAlgorithm getLayoutAlgorithm() {
367 LayoutAlgorithm layoutAlgorithm = LayoutAlgorithm.NORMAL;
369 layoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
373 layoutAlgorithm = LayoutAlgorithm.SINGLE_COLUMN;
376 layoutAlgorithm = LayoutAlgorithm.NORMAL;
378 layoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
382 return layoutAlgorithm;