Searched defs:getTextSize (Results 1 - 8 of 8) 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.java481 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java465 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/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/core/jni/android/graphics/
H A DPaint.cpp431 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::PaintGlue
433 return SkScalarToFloat(getNativePaint(env, paint)->getTextSize());
511 SkScalar size = paint->getTextSize();
1144 {"getTextSize","!()F", (void*) PaintGlue::getTextSize},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1241 public native float getTextSize(); method in class:Paint
1496 final float oldSize = getTextSize();
1528 final float oldSize = getTextSize();
1555 final float oldSize = getTextSize();
1633 final float oldSize = getTextSize();
1725 final float oldSize = getTextSize();
1765 final float oldSize = getTextSize();
1847 final float oldSize = getTextSize();
1900 final float oldSize = getTextSize();
2027 final float oldSize = getTextSize();
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2843 public float getTextSize() { method in class:TextView
2844 return mTextPaint.getTextSize();
2853 return mTextPaint.getTextSize() / mTextPaint.density;
2905 if (size != mTextPaint.getTextSize()) {
8886 structure.setTextStyle(getTextSize(), getCurrentTextColor(),
9811 stream.addProperty("text:textSize", getTextSize());

Completed in 2582 milliseconds