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

/frameworks/base/core/java/android/webkit/
H A DWebSettings.java45 // XXX: These must match LayoutAlgorithm in Settings.h in WebCore.
46 public enum LayoutAlgorithm { enum in class:WebSettings
153 private LayoutAlgorithm mLayoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
721 * @param l A LayoutAlgorithm enum specifying the algorithm to use.
722 * @see WebSettings.LayoutAlgorithm
724 public synchronized void setLayoutAlgorithm(LayoutAlgorithm l) {
735 * @return LayoutAlgorithm enum value describing the layout algorithm
737 * @see WebSettings.LayoutAlgorithm
739 public synchronized LayoutAlgorithm getLayoutAlgorith
[all...]

Completed in 45 milliseconds