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

  /frameworks/base/core/java/android/widget/
Switch.java 333 int typefaceStyle = tf != null ? tf.getStyle() : 0;
334 int need = style & ~typefaceStyle;
    [all...]
TextView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 278 int typefaceStyle = tf != null ? tf.getStyle() : 0;
279 int need = style & ~typefaceStyle;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 305 int typefaceStyle = tf != null ? tf.getStyle() : 0;
306 int need = style & ~typefaceStyle;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 56 milliseconds