Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h132 float spaceWidth = 0.0f; member
175 spaceWidth = w; in feedChar()
DOptimalLineBreaker.cpp97 float spaceWidth = 0.0f; member
265 result.spaceWidth = proc.spaceWidth; in populateCandidates()
341 const float maxShrink = justified ? SHRINKABILITY * context.spaceWidth : 0.0f; in computeBreaks()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQuickQSPanel.java223 private LayoutParams generateSpaceLayoutParams(int spaceWidth) { in generateSpaceLayoutParams() argument
224 LayoutParams lp = new LayoutParams(spaceWidth, mTileDimensionSize); in generateSpaceLayoutParams()
225 if (spaceWidth == 0) { in generateSpaceLayoutParams()