OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typefaceIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
Switch.java
215
int
typefaceIndex
, styleIndex;
217
typefaceIndex
= appearance.getInt(com.android.internal.R.styleable.
222
setSwitchTypefaceByIndex(
typefaceIndex
, styleIndex);
236
private void setSwitchTypefaceByIndex(int
typefaceIndex
, int styleIndex) {
238
switch (
typefaceIndex
) {
TextView.java
646
int
typefaceIndex
= -1;
697
typefaceIndex
= appearance.getInt(attr, -1);
[
all
...]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java
210
int
typefaceIndex
= -1;
235
typefaceIndex
= appearance.getInt(attr, -1);
280
typefaceIndex
= a.getInt(attr,
typefaceIndex
);
295
switch (
typefaceIndex
) {
Completed in 190 milliseconds