Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts215 const lineHeight = this.getLineHeight(timelineTraces, innerHeight); constant
245 const lineHeight = this.getLineHeight(timelineTraces, innerHeight); constant
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java215 int lineHeight = mLineHeight; in add() local