Searched defs:getTextSize (Results 1 - 7 of 7) 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.java414 public synchronized TextSize getTextSize() { method in class:WebSettings
H A DWebSettingsClassic.java641 * @see android.webkit.WebSettings#getTextSize()
644 public synchronized TextSize getTextSize() { method in class:WebSettingsClassic
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp264 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
266 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
828 {"getTextSize","()F", (void*) SkPaintGlue::getTextSize},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java432 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1105 public native float getTextSize(); method in class:Paint
1287 final float oldSize = getTextSize();
1319 final float oldSize = getTextSize();
1344 final float oldSize = getTextSize();
1421 final float oldSize = getTextSize();
1511 final float oldSize = getTextSize();
1550 final float oldSize = getTextSize();
1632 final float oldSize = getTextSize();
1742 final float oldSize = getTextSize();
1936 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2217 public float getTextSize() { method in class:TextView
2218 return mTextPaint.getTextSize();
2258 if (size != mTextPaint.getTextSize()) {

Completed in 142 milliseconds