OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_TEXT_SIZE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
BrowserPreferencesPage.java
61
e = findPreference(BrowserSettings.
PREF_TEXT_SIZE
);
65
.getString(BrowserSettings.
PREF_TEXT_SIZE
, null)) );
155
} else if (pref.getKey().equals(BrowserSettings.
PREF_TEXT_SIZE
)) {
BrowserSettings.java
132
public final static String
PREF_TEXT_SIZE
= "text_size";
301
p.getString(
PREF_TEXT_SIZE
, textSize.name()));
Completed in 14 milliseconds