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.java464 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp306 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
308 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
870 {"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.java1121 public native float getTextSize(); method in class:Paint
1303 final float oldSize = getTextSize();
1335 final float oldSize = getTextSize();
1360 final float oldSize = getTextSize();
1437 final float oldSize = getTextSize();
1527 final float oldSize = getTextSize();
1566 final float oldSize = getTextSize();
1648 final float oldSize = getTextSize();
1758 final float oldSize = getTextSize();
1952 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2237 public float getTextSize() { method in class:TextView
2238 return mTextPaint.getTextSize();
2278 if (size != mTextPaint.getTextSize()) {

Completed in 516 milliseconds