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

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java202 public int getTextSize() { method in class:TextAppearanceSpan
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java150 public float getTextSize() { method in class:TextViewBindingObject
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java492 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp343 static jfloat getTextSize(JNIEnv* env, jobject, jlong paintHandle) { function in namespace:android::PaintGlue
344 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getTextSize());
418 SkScalar size = paint->getTextSize();
961 {"nGetTextSize","!(J)F", (void*) PaintGlue::getTextSize},
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java986 public float getTextSize() { method in class:AssistStructure.ViewNode
1402 Log.i(TAG, prefix + " Text size: " + node.getTextSize() + " , style: #"
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1409 public float getTextSize() { method in class:Paint
1715 final float oldSize = getTextSize();
1746 final float oldSize = getTextSize();
1836 final float oldSize = getTextSize();
1928 final float oldSize = getTextSize();
1970 final float oldSize = getTextSize();
2055 final float oldSize = getTextSize();
2110 final float oldSize = getTextSize();
2237 final float oldSize = getTextSize();
/frameworks/base/core/java/android/widget/
H A DTextView.java2942 public float getTextSize() { method in class:TextView
2943 return mTextPaint.getTextSize();
2952 return mTextPaint.getTextSize() / mTextPaint.density;
3004 if (size != mTextPaint.getTextSize()) {
9038 structure.setTextStyle(getTextSize(), getCurrentTextColor(),
10020 stream.addProperty("text:textSize", getTextSize());

Completed in 6764 milliseconds