Searched defs:getTextSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java192 public int getTextSize() { method in class:TextAppearanceSpan
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java489 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp313 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
315 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
839 {"getTextSize","()F", (void*) SkPaintGlue::getTextSize},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java431 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1221 public native float getTextSize(); method in class:Paint
1403 final float oldSize = getTextSize();
1435 final float oldSize = getTextSize();
1462 final float oldSize = getTextSize();
1539 final float oldSize = getTextSize();
1629 final float oldSize = getTextSize();
1668 final float oldSize = getTextSize();
1750 final float oldSize = getTextSize();
1846 final float oldSize = getTextSize();
1977 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2495 public float getTextSize() { method in class:TextView
2496 return mTextPaint.getTextSize();
2536 if (size != mTextPaint.getTextSize()) {

Completed in 237 milliseconds