Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java215 int lineHeight = mLineHeight; in add() local
225 v += lineHeight; in add()
226 lineHeight = 0; in add()
228 lineHeight = Math.max(lineHeight, height); in add()
229 if (v + lineHeight > mStrikeHeight) { in add()
252 mLineHeight = lineHeight; in add()
/development/vndk/tools/sourcedr/sourcedr/static/prism/js/
Dprism.js624 d.style.lineHeight = '1.5';
651 var lineHeight = parseMethod(getComputedStyle(pre).lineHeight);