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

  /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();
147 dest.writeString(mTypeface);
169 return mTypeface;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 24 public Typeface mTypeface;
49 mTypeface = copyFrom.mTypeface;
77 if (attr.mTypeface != null) {
78 mTypeface = attr.mTypeface;
KeyVisualAttributes.java 27 public final Typeface mTypeface;
91 mTypeface = Typeface.defaultFromStyle(
94 mTypeface = null;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 80 private Typeface_Delegate mTypeface;
865 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 42 private Typeface mTypeface;
385 mTypeface = null;
425 mTypeface = paint.mTypeface;
971 return mTypeface;
989 mTypeface = typeface;
    [all...]

Completed in 101 milliseconds