OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOLD_ITALIC
(Results
1 - 25
of
33
) sorted by null
1
2
/frameworks/base/rs/java/android/renderscript/
Font.java
92
BOLD_ITALIC
;
143
case
BOLD_ITALIC
:
/cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java
72
typeface = createTypeface(Typeface.
BOLD_ITALIC
);
74
assertEquals(Typeface.
BOLD_ITALIC
, typeface.getStyle());
108
typeface = Typeface.defaultFromStyle(Typeface.
BOLD_ITALIC
);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java
65
assertTrue("style", mFaces[5].getStyle() == Typeface.
BOLD_ITALIC
);
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java
163
view.setTypeface(Typeface.create(type, Typeface.
BOLD_ITALIC
));
MyRssReader3.java
169
view.setTypeface(Typeface.create(type, Typeface.
BOLD_ITALIC
));
MyRssReader4.java
190
view.setTypeface(Typeface.create(type, Typeface.
BOLD_ITALIC
));
MyRssReader5.java
233
view.setTypeface(Typeface.create(type, Typeface.
BOLD_ITALIC
));
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java
89
choice2.setSpan(new StyleSpan(Typeface.
BOLD_ITALIC
), 5, 11, 0);
121
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java
89
choice2.setSpan(new StyleSpan(Typeface.
BOLD_ITALIC
), 5, 11, 0);
121
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java
89
choice2.setSpan(new StyleSpan(Typeface.
BOLD_ITALIC
), 5, 11, 0);
121
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/frameworks/base/graphics/java/android/graphics/
Typeface.java
87
public static final int
BOLD_ITALIC
= 3;
119
* e.g. NORMAL, BOLD, ITALIC,
BOLD_ITALIC
137
* e.g. NORMAL, BOLD, ITALIC,
BOLD_ITALIC
401
create((String) null, Typeface.
BOLD_ITALIC
),
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java
125
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java
125
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java
125
appendStyled(title, "Stylized", new StyleSpan(Typeface.
BOLD_ITALIC
));
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/prebuilts/sdk/14/
android.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/15/
android.jar
Completed in 886 milliseconds
1
2