Searched refs:getTextSize (Results 1 - 18 of 18) 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.java187 public int getTextSize() { method in class:TextAppearanceSpan
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1050 public native float getTextSize(); method in class:Paint
1232 final float oldSize = getTextSize();
1264 final float oldSize = getTextSize();
1289 final float oldSize = getTextSize();
1366 final float oldSize = getTextSize();
1456 final float oldSize = getTextSize();
1495 final float oldSize = getTextSize();
1577 final float oldSize = getTextSize();
1687 final float oldSize = getTextSize();
1881 final float oldSize = getTextSize();
[all...]
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.h43 textSize = paint->getTextSize();
H A DOpenGLRenderer.cpp2099 paint->getTextSize());
2378 const float textSize = paintCopy.getTextSize();
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp230 textSize = paint->getTextSize();
353 fontData->textSize = paint->getTextSize();
H A DPaint.cpp257 static jfloat getTextSize(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
259 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize());
874 {"getTextSize","()F", (void*) SkPaintGlue::getTextSize},
/frameworks/base/core/java/android/widget/
H A DSwitch.java192 if (ts != mTextPaint.getTextSize()) {
H A DCalendarView.java1391 float textHeight = mDrawPaint.getTextSize();
H A DNumberPicker.java653 mTextSize = (int) mInputText.getTextSize();
H A DSearchView.java1000 int textSize = (int) (mQueryTextView.getTextSize() * 1.25);
H A DTextView.java2154 public float getTextSize() { method in class:TextView
2155 return mTextPaint.getTextSize();
2195 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.java774 float underlineTop = y + wp.baselineShift + (1.0f / 9.0f) * wp.getTextSize();
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java758 public synchronized TextSize getTextSize() { method in class:WebSettings
H A DWebTextView.java899 tv.setTextSize(TypedValue.COMPLEX_UNIT_PX, mTextView.getTextSize());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java427 /*package*/ static float getTextSize(Paint thisPaint) { method in class:Paint_Delegate
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java547 float defaultSize = paint.getTextSize();
1566 morePaint.setTextSize(mMoreItem.getTextSize());

Completed in 417 milliseconds