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.java481 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp383 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::PaintGlue
385 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
453 SkScalar size = paint->getTextSize();
984 {"getTextSize","!()F", (void*) PaintGlue::getTextSize},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java460 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1230 public native float getTextSize(); method in class:Paint
1462 final float oldSize = getTextSize();
1494 final float oldSize = getTextSize();
1521 final float oldSize = getTextSize();
1599 final float oldSize = getTextSize();
1691 final float oldSize = getTextSize();
1731 final float oldSize = getTextSize();
1813 final float oldSize = getTextSize();
1866 final float oldSize = getTextSize();
1993 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2603 public float getTextSize() { method in class:TextView
2604 return mTextPaint.getTextSize();
2613 return mTextPaint.getTextSize() / mTextPaint.density;
2664 if (size != mTextPaint.getTextSize()) {

Completed in 873 milliseconds