Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DDaveyView.java57 int textHeight = (int) Math.ceil(metric.descent - metric.ascent); in DaveyView() local
58 mTexty = textHeight - (int) metric.descent; in DaveyView()