Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java349 int boldExtraWeight = in FontsIterator() local
351 this.weight = Math.min(Math.max(100, weight + 50 + boldExtraWeight), 1000); in FontsIterator()