Lines Matching refs:size

54      * Enum for specifying the text size.
71 TextSize(int size) {
72 value = size;
89 ZoomDensity(int size) {
90 value = size;
446 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
448 * @param t the text size as a {@link TextSize} value
456 * Gets the text size of the page. If the text size was previously specified
460 * @return the text size as a {@link TextSize} value
468 for (TextSize size : TextSize.values()) {
469 int delta = Math.abs(textSize - size.value);
471 return size;
475 closestSize = size;
757 * Sets the minimum font size. The default is 8.
759 * @param size a non-negative integer between 1 and 72. Any number outside
762 public synchronized void setMinimumFontSize(int size) {
767 * Gets the minimum font size.
777 * Sets the minimum logical font size. The default is 8.
779 * @param size a non-negative integer between 1 and 72. Any number outside
782 public synchronized void setMinimumLogicalFontSize(int size) {
787 * Gets the minimum logical font size.
797 * Sets the default font size. The default is 16.
799 * @param size a non-negative integer between 1 and 72. Any number outside
802 public synchronized void setDefaultFontSize(int size) {
807 * Gets the default font size.
817 * Sets the default fixed font size. The default is 16.
819 * @param size a non-negative integer between 1 and 72. Any number outside
822 public synchronized void setDefaultFixedFontSize(int size) {
827 * Gets the default fixed font size.
1062 * Sets the maximum size for the Application Cache content. The passed size
1065 * size to a value less than current database size does not cause the
1066 * database to be trimmed. The default size is {@link Long#MAX_VALUE}.
1068 * @param appCacheMaxSize the maximum size in bytes