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

/frameworks/base/core/java/android/webkit/
H A DWebSettings.java84 public enum TextSize { enum in class:WebSettings
90 TextSize(int size) { method in class:WebSettings.TextSize
474 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
476 * @param t the text size as a {@link TextSize} value
479 public synchronized void setTextSize(TextSize t) {
486 * matching {@link TextSize}.
488 * @return the text size as a {@link TextSize} value
492 public synchronized TextSize getTextSize() {
493 TextSize closestSize = null;
496 for (TextSize siz
[all...]

Completed in 46 milliseconds