HomeSort by relevance Sort by last modified time
    Searched defs:mTypeface (Results 1 - 21 of 21) sorted by null

  /frameworks/base/libs/hwui/hwui/
MinikinSkia.h 58 sk_sp<SkTypeface> mTypeface;
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 33 private final String mTypeface;
73 mTypeface = family;
79 mTypeface = "sans";
83 mTypeface = "serif";
87 mTypeface = "monospace";
91 mTypeface = null;
115 mTypeface = family;
123 mTypeface = src.readString();
157 dest.writeString(mTypeface);
179 return mTypeface;
    [all...]
  /frameworks/support/emoji/core/src/android/support/text/emoji/
MetadataRepo.java 64 private final Typeface mTypeface;
73 mTypeface = null;
87 mTypeface = typeface;
148 return mTypeface;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 28 public Typeface mTypeface = Typeface.DEFAULT;
57 mTypeface = copyFrom.mTypeface;
89 if (attr.mTypeface != null) {
90 mTypeface = attr.mTypeface;
KeyVisualAttributes.java 31 public final Typeface mTypeface;
103 mTypeface = Typeface.defaultFromStyle(
106 mTypeface = null;
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 86 private ListPreference mTypeface;
317 mTypeface = (ListPreference) mCustom.findPreference(PREF_TYPEFACE);
331 mTypeface.setOnPreferenceChangeListener(this);
361 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);
455 if (mTypeface == preference) {
  /cts/tests/tests/provider/src/android/provider/cts/
FontsContractTest.java 103 private Typeface mTypeface;
113 mTypeface = typeface;
127 return mTypeface;
163 assertNotNull(callback.mTypeface);
176 assertNull(callback.mTypeface);
  /frameworks/base/core/tests/coretests/src/android/provider/
FontsContractE2ETest.java 87 private Typeface mTypeface;
93 mTypeface = typeface;
102 return mTypeface;
  /frameworks/support/compat/tests/java/android/support/v4/provider/
FontsContractCompatTest.java 115 private Typeface mTypeface;
121 mTypeface = typeface;
130 return mTypeface;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 84 private Typeface_Delegate mTypeface;
882 if (delegate.mTypeface != typefaceDelegate || delegate.mNativeTypeface != typeface) {
883 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
    [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 139 private final Typeface mTypeface;
338 mTypeface = Typeface.create("sans-serif", Typeface.NORMAL);
744 drawTextElements(canvas, mTextSize[HOURS], mTypeface, mTextColor[HOURS], mOuterTextHours,
750 drawTextElements(canvas, mTextSize[HOURS_INNER], mTypeface, mTextColor[HOURS_INNER],
776 drawTextElements(canvas, mTextSize[MINUTES], mTypeface, mTextColor[MINUTES], mMinutesText,
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 72 private Typeface mTypeface;
520 mTypeface = null;
558 mTypeface = paint.mTypeface;
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TextInputLayout.java 136 private Typeface mTypeface;
296 if ((mTypeface != null && !mTypeface.equals(typeface))
297 || (mTypeface == null && typeface != null)) {
298 mTypeface = typeface;
315 return mTypeface;
627 if (mTypeface != null) {
628 mErrorView.setTypeface(mTypeface);
784 if (mTypeface != null) {
785 mCounterView.setTypeface(mTypeface);
    [all...]
  /prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1071 milliseconds