Home
last modified time | relevance | path

Searched refs:getTextSize (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/java/android/text/style/
DRelativeSizeSpan.java54 ds.setTextSize(ds.getTextSize() * mProportion); in updateDrawState()
59 ds.setTextSize(ds.getTextSize() * mProportion); in updateMeasureState()
DTextAppearanceSpan.java187 public int getTextSize() { in getTextSize() method in TextAppearanceSpan
/frameworks/base/graphics/java/android/graphics/
DPaint.java1050 public native float getTextSize(); in getTextSize() method in Paint
1232 final float oldSize = getTextSize(); in measureText()
1264 final float oldSize = getTextSize(); in measureText()
1289 final float oldSize = getTextSize(); in measureText()
1366 final float oldSize = getTextSize(); in breakText()
1456 final float oldSize = getTextSize(); in breakText()
1495 final float oldSize = getTextSize(); in getTextWidths()
1577 final float oldSize = getTextSize(); in getTextWidths()
1687 final float oldSize = getTextSize(); in getTextRunAdvances()
1881 final float oldSize = getTextSize(); in getTextRunAdvances()
/frameworks/base/libs/hwui/
DTextDropShadowCache.h43 textSize = paint->getTextSize(); in ShadowText()
DOpenGLRenderer.cpp2097 paint->getTextSize()); in drawText()
2376 const float textSize = paintCopy.getTextSize(); in drawTextDecorations()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp231 textSize = paint->getTextSize(); in TextLayoutCacheKey()
357 fontData->textSize = paint->getTextSize(); in initShaperItem()
DPaint.cpp257 static jfloat getTextSize(JNIEnv* env, jobject paint) { in getTextSize() function in android::SkPaintGlue
259 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getTextSize()); in getTextSize()
874 {"getTextSize","()F", (void*) SkPaintGlue::getTextSize},
/frameworks/base/core/java/android/widget/
DSwitch.java192 if (ts != mTextPaint.getTextSize()) { in setSwitchTextAppearance()
DCalendarView.java1391 float textHeight = mDrawPaint.getTextSize(); in drawWeekNumbers()
DNumberPicker.java603 mTextSize = (int) mInputText.getTextSize(); in NumberPicker()
DSearchView.java989 int textSize = (int) (mQueryTextView.getTextSize() * 1.25); in getDecoratedHint()
DTextView.java2140 public float getTextSize() { in getTextSize() method in TextView
2141 return mTextPaint.getTextSize(); in getTextSize()
2181 if (size != mTextPaint.getTextSize()) { in setRawTextSize()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java344 mPreviewTextSizeLarge = (int) mPreviewText.getTextSize(); in KeyboardView()
712 + (paint.getTextSize() - paint.descent()) / 2 + padding.top, in onBufferDraw()
/frameworks/base/core/java/android/webkit/
DWebTextView.java847 tv.setTextSize(TypedValue.COMPLEX_UNIT_PX, mTextView.getTextSize()); in getView()
DWebSettings.java756 public synchronized TextSize getTextSize() { in getTextSize() method in WebSettings
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java535 float defaultSize = paint.getTextSize(); in constructChipSpan()
1498 morePaint.setTextSize(mMoreItem.getTextSize()); in createMoreChip()
/frameworks/base/core/java/android/text/
DTextLine.java766 float underlineTop = y + wp.baselineShift + (1.0f / 9.0f) * wp.getTextSize(); in handleText()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java427 /*package*/ static float getTextSize(Paint thisPaint) { in getTextSize() method in Paint_Delegate
/frameworks/base/api/
Dcurrent.txt8298 method public float getTextSize();
21058 method public int getTextSize();
25036 method public deprecated synchronized android.webkit.WebSettings.TextSize getTextSize();
27290 method public float getTextSize();
D14.txt8298 method public float getTextSize();
21058 method public int getTextSize();
25036 method public deprecated synchronized android.webkit.WebSettings.TextSize getTextSize();
27290 method public float getTextSize();