OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.h
31
class
FontSize
{
33
FontSize
()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
FontSize.java
25
public enum
FontSize
{
32
FontSize
(int value) {
37
* Create a
FontSize
object.
38
* @param value Integer value to be converted to a
FontSize
object.
39
* @return
FontSize
object whose value is {@code value}. If no
40
*
FontSize
object has that value, null is returned.
42
public static
FontSize
fromInt(int value) {
43
for (
FontSize
e :
FontSize
.values()) {
Completed in 2649 milliseconds