OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:typefacestyle
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
Switch.java
271
int
typefaceStyle
= tf != null ? tf.getStyle() : 0;
272
int need = style & ~
typefaceStyle
;
TextView.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
326
int
typefaceStyle
= tf != null ? tf.getStyle() : 0;
327
int need = style & ~
typefaceStyle
;
Completed in 1052 milliseconds