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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java175 FontMetricsInt metrics = getFontMetricsInt(mTextView);
229 private static FontMetricsInt getFontMetricsInt(TextView textView) { method in class:ErrorFragment
233 return paint.getFontMetricsInt();
H A DErrorSupportFragment.java178 FontMetricsInt metrics = getFontMetricsInt(mTextView);
232 private static FontMetricsInt getFontMetricsInt(TextView textView) { method in class:ErrorSupportFragment
236 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.cpp617 static jint getFontMetricsInt(JNIEnv* env, jobject, jlong paintHandle, function in namespace:android::PaintGlue
1016 (void*)PaintGlue::getFontMetricsInt},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1764 public int getFontMetricsInt(FontMetricsInt fmi) { method in class:Paint
1768 public FontMetricsInt getFontMetricsInt() { method in class:Paint
1770 getFontMetricsInt(fm);

Completed in 6972 milliseconds