OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontSize
(Results
1 - 8
of
8
) sorted by null
/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()) {
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeAtlasTest.java
48
static enum
FontSize
{
53
FontSize
(int size) {
116
for (
FontSize
size :
FontSize
.values()) {
125
BitmapFont font = getFont(FontStyle.Regular,
FontSize
.Medium);
143
public BitmapFont getFont(FontStyle style,
FontSize
size) {
170
for (
FontSize
size :
FontSize
.values()) {
191
class FontMap<T> extends EnumMap<FontStyle, EnumMap<
FontSize
, T>> {
196
// create the enum map for each
FontSize
[
all
...]
FreeTypePackTest.java
44
static enum
FontSize
{
49
FontSize
(int size) {
113
for (
FontSize
size :
FontSize
.values()) {
122
BitmapFont font = getFont(FontStyle.Regular,
FontSize
.Medium);
141
public BitmapFont getFont (FontStyle style,
FontSize
size) {
172
for (
FontSize
size :
FontSize
.values()) {
203
for (
FontSize
size :
FontSize
.values()) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddvdeo.h
319
ULONG
FontSize
;
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 133 milliseconds