Searched refs:roundness (Results 1 – 5 of 5) sorted by relevance
24 roundness: Int = -1 in updateFontVariation()40 if (roundness >= 0 && mRoundness != roundness) { in updateFontVariation()42 mRoundness = roundness in updateFontVariation()
293 roundness: Int = -1, in setTextStyle()307 roundness = roundness,) in setTextStyle()
26 roundness = 100 in testUpdateFontVariation_getCorrectFvarStr()34 roundness = 100 in testUpdateFontVariation_getCorrectFvarStr()49 roundness = 100 in testStyleValueUnchange_getBlankStr()56 roundness = 100 in testStyleValueUnchange_getBlankStr()
402 ScreenRound roundness = hardwareConfig.getScreenRoundness(); in getConfiguration() local403 if (roundness != null) { in getConfiguration()404 switch (roundness) { in getConfiguration()
409 float roundness = MathUtils.saturate(1f - mAppearFraction); in updateHeadsUpAndPulsingRoundness() local410 row.requestRoundness(roundness, roundness, HEADS_UP); in updateHeadsUpAndPulsingRoundness()