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

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java216 public int getTextSize() { method in class:TextAppearanceSpan
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java153 public float getTextSize() { method in class:TextViewBindingObject
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java511 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp586 SkScalar size = paint->getTextSize();
893 static jfloat getTextSize(jlong paintHandle) { function in namespace:android::PaintGlue
894 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getTextSize());
966 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getTextSize();
978 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getTextSize();
984 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getTextSize();
989 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getTextSize();
1107 {"nGetTextSize","(J)F", (void*) PaintGlue::getTextSize},
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1417 public float getTextSize() { method in class:AssistStructure.ViewNode
2134 Log.i(TAG, prefix + " Text size: " + node.getTextSize() + " , style: #"
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java612 && getTextSize() == other.getTextSize()
1482 public float getTextSize() { method in class:Paint
1906 final float oldSize = getTextSize();
1937 final float oldSize = getTextSize();
2027 final float oldSize = getTextSize();
2115 final float oldSize = getTextSize();
2152 final float oldSize = getTextSize();
2235 final float oldSize = getTextSize();
2289 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java3779 public float getTextSize() { method in class:TextView
3780 return mTextPaint.getTextSize();
3789 return mTextPaint.getTextSize() / mTextPaint.density;
3852 if (size != mTextPaint.getTextSize()) {
8676 if (optimalTextSize != getTextSize()) {
10702 structure.setTextStyle(getTextSize(), getCurrentTextColor(),
12159 stream.addProperty("text:textSize", getTextSize());

Completed in 263 milliseconds