Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java5100 final float magnifierContentHeight = Math.round( in tooLargeTextForMagnifier() local
5105 return glyphHeight * mTextViewScaleY > magnifierContentHeight; in tooLargeTextForMagnifier()