のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

TextViewのFastMath

TextViewでcom.android.internal.util.fastmathをimportしている。
非公開パッケージのようだ。

public int getLineHeight() {
return FastMath.round(mTextPaint.getFontMetricsInt(null)
* mSpacingMult
+ mSpacingAdd);
}

Math.Round(丸め)高速版FastMath.round