Searched defs:getStyle (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DStyleSpan.java67 public int getStyle() { method in class:StyleSpan
88 oldStyle = old.getStyle();
100 int fake = want & ~tf.getStyle();
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java35 * bold, depending on what fonts are installed. Call getStyle() to know
57 public int getStyle() { method in class:Typeface
61 /** Returns true if getStyle() has the BOLD bit set. */
63 return (getStyle() & BOLD) != 0;
66 /** Returns true if getStyle() has the ITALIC bit set. */
68 return (getStyle() & ITALIC) != 0;
74 * The resulting typeface object can be queried (getStyle()) to discover what
H A DPaint.java433 public Style getStyle() { method in class:Paint
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp135 static jint getStyle(JNIEnv* env, jobject clazz, SkPaint* obj) { function in class:android::SkPaintGlue
136 return obj->getStyle();
538 {"native_getStyle","(I)I", (void*) SkPaintGlue::getStyle},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java114 public int getStyle() { method in class:Paint_Delegate

Completed in 311 milliseconds