Searched refs:spaceWidth (Results 1 – 3 of 3) sorted by relevance
132 float spaceWidth = 0.0f; member175 spaceWidth = w; in feedChar()
97 float spaceWidth = 0.0f; member265 result.spaceWidth = proc.spaceWidth; in populateCandidates()341 const float maxShrink = justified ? SHRINKABILITY * context.spaceWidth : 0.0f; in computeBreaks()
223 private LayoutParams generateSpaceLayoutParams(int spaceWidth) { in generateSpaceLayoutParams() argument224 LayoutParams lp = new LayoutParams(spaceWidth, mTileDimensionSize); in generateSpaceLayoutParams()225 if (spaceWidth == 0) { in generateSpaceLayoutParams()