Searched defs:getFontMetricsInt (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java179 FontMetricsInt metrics = getFontMetricsInt(mTextView);
233 private static FontMetricsInt getFontMetricsInt(TextView textView) { method in class:ErrorFragment
237 return paint.getFontMetricsInt();
H A DErrorSupportFragment.java181 FontMetricsInt metrics = getFontMetricsInt(mTextView);
235 private static FontMetricsInt getFontMetricsInt(TextView textView) { method in class:ErrorSupportFragment
239 return paint.getFontMetricsInt();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java62 FontMetricsInt titleFontMetricsInt = getFontMetricsInt(mTitle);
84 mTitleFontMetricsInt = getFontMetricsInt(mTitle);
85 mSubtitleFontMetricsInt = getFontMetricsInt(mSubtitle);
86 mBodyFontMetricsInt = getFontMetricsInt(mBody);
143 private FontMetricsInt getFontMetricsInt(TextView textView) { method in class:AbstractDetailsDescriptionPresenter.ViewHolder
147 return paint.getFontMetricsInt();
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp457 static jint getFontMetricsInt(JNIEnv* env, jobject, jlong paintHandle, function in namespace:android::PaintGlue
979 (void*)PaintGlue::getFontMetricsInt},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1667 public int getFontMetricsInt(FontMetricsInt fmi) { method in class:Paint
1674 public FontMetricsInt getFontMetricsInt() { method in class:Paint
1676 getFontMetricsInt(fm);

Completed in 119 milliseconds