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

/frameworks/base/core/java/android/webkit/
H A DWebSettings.java50 // XXX: These must match LayoutAlgorithm in Settings.h in WebCore.
51 public enum LayoutAlgorithm { enum in class:WebSettings
644 * WebView. The default is {@link LayoutAlgorithm#NARROW_COLUMNS}.
646 * @param l the layout algorithm to use, as a {@link LayoutAlgorithm} value
648 public abstract void setLayoutAlgorithm(LayoutAlgorithm l);
653 * @return the layout algorithm in use, as a {@link LayoutAlgorithm} value
656 public abstract LayoutAlgorithm getLayoutAlgorithm();

Completed in 99 milliseconds