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.java153 public float getTextSize() { method in class:TextViewBindingObject
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java504 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp590 SkScalar size = paint->getTextSize();
898 static jfloat getTextSize(jlong paintHandle) { function in namespace:android::PaintGlue
899 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getTextSize());
1061 {"nGetTextSize","(J)F", (void*) PaintGlue::getTextSize},
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1357 public float getTextSize() { method in class:AssistStructure.ViewNode
1995 Log.i(TAG, prefix + " Text size: " + node.getTextSize() + " , style: #"
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1400 public float getTextSize() { method in class:Paint
1809 final float oldSize = getTextSize();
1840 final float oldSize = getTextSize();
1930 final float oldSize = getTextSize();
2018 final float oldSize = getTextSize();
2056 final float oldSize = getTextSize();
2141 final float oldSize = getTextSize();
2196 final float oldSize = getTextSize();
2323 final float oldSize = getTextSize();
/frameworks/base/core/java/android/widget/
H A DTextView.java3574 public float getTextSize() { method in class:TextView
3575 return mTextPaint.getTextSize();
3584 return mTextPaint.getTextSize() / mTextPaint.density;
3647 if (size != mTextPaint.getTextSize()) {
8298 if (optimalTextSize != getTextSize()) {
10288 structure.setTextStyle(getTextSize(), getCurrentTextColor(),
11553 stream.addProperty("text:textSize", getTextSize());

Completed in 1655 milliseconds