Searched refs:getTextSize (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DRelativeSizeSpan.java54 ds.setTextSize(ds.getTextSize() * mProportion);
59 ds.setTextSize(ds.getTextSize() * mProportion);
H A DTextAppearanceSpan.java192 public int getTextSize() { method in class:TextAppearanceSpan
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1121 public native float getTextSize(); method in class:Paint
1303 final float oldSize = getTextSize();
1335 final float oldSize = getTextSize();
1360 final float oldSize = getTextSize();
1437 final float oldSize = getTextSize();
1527 final float oldSize = getTextSize();
1566 final float oldSize = getTextSize();
1648 final float oldSize = getTextSize();
1758 final float oldSize = getTextSize();
1952 final float oldSize = getTextSize();
[all...]
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h44 textSize = paint->getTextSize();
H A DFontRenderer.cpp563 float fontSize = paint->getTextSize();
H A DOpenGLRenderer.cpp2559 paint->getTextSize());
2651 paint->getTextSize());
2726 paint->getTextSize());
2992 const float textSize = paintCopy.getTextSize();
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java464 public synchronized TextSize getTextSize() { method in class:WebSettings
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp236 textSize = paint->getTextSize();
614 mShapingPaint.setTextSize(paint->getTextSize());
834 int textSize = paint->getTextSize();
H A DPaint.cpp306 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
308 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
870 {"getTextSize","()F", (void*) SkPaintGlue::getTextSize},
H A DCanvas.cpp800 float textSize = paint->getTextSize();
/frameworks/base/core/java/android/widget/
H A DSwitch.java209 if (ts != mTextPaint.getTextSize()) {
H A DCalendarView.java1743 final float textHeight = mDrawPaint.getTextSize();
H A DSearchView.java1054 int textSize = (int) (mQueryTextView.getTextSize() * 1.25);
H A DNumberPicker.java694 mTextSize = (int) mInputText.getTextSize();
H A DTextView.java2366 public float getTextSize() { method in class:TextView
2367 return mTextPaint.getTextSize();
2407 if (size != mTextPaint.getTextSize()) {
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java345 mPreviewTextSizeLarge = (int) mPreviewText.getTextSize();
713 + (paint.getTextSize() - paint.descent()) / 2 + padding.top,
/frameworks/base/core/java/android/text/
H A DTextLine.java772 float underlineTop = y + wp.baselineShift + (1.0f / 9.0f) * wp.getTextSize();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java432 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java670 float defaultSize = paint.getTextSize();
1768 morePaint.setTextSize(mMoreItem.getTextSize());

Completed in 1556 milliseconds