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 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 6575 milliseconds