HomeSort by relevance Sort by last modified time
    Searched refs:typefaceStyle (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
Switch.java 245 int typefaceStyle = tf != null ? tf.getStyle() : 0;
246 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 60 milliseconds