Searched defs:getStyle (Results 1 - 6 of 6) 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/core/java/android/view/
H A DPointerIcon.java256 public int getStyle() { method in class:PointerIcon
/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java36 * bold, depending on what fonts are installed. Call getStyle() to know
62 public int getStyle() { method in class:Typeface
66 /** Returns true if getStyle() has the BOLD bit set. */
71 /** Returns true if getStyle() has the ITALIC bit set. */
79 * The resulting typeface object can be queried (getStyle()) to discover what
H A DPaint.java668 public Style getStyle() { method in class:Paint
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp155 static jint getStyle(JNIEnv* env, jobject clazz, SkPaint* obj) { function in class:android::SkPaintGlue
156 return obj->getStyle();
845 {"native_getStyle","(I)I", (void*) SkPaintGlue::getStyle},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java120 public int getStyle() { method in class:Paint_Delegate

Completed in 87 milliseconds