Searched refs:mLineLength (Results 1 – 3 of 3) sorted by relevance
41 private int mLineLength = 0; field in Logic93 mLineLength = nDigits; in setLineLength()244 for (int precision = mLineLength; precision > 6; precision--) { in evaluate()246 if (result.length() <= mLineLength) { in evaluate()282 String result = String.format(Locale.US, "%" + mLineLength + "." + precision + "g", value); in tryFormattingWithPrecision()
168 private int mLineLength = 0; field in TextCandidatesViewManager695 mLineLength = 0; in displayCandidates()952 int nextEnd = mLineLength + textLength; in setCandidate()963 mLineLength = 0; in setCandidate()971 mLineLength = textLength; in setCandidate()972 mLineLength += getCandidateSpaceWidth(isEmojiSymbol); in setCandidate()974 mLineLength = nextEnd; in setCandidate()984 mLineLength += mCandidateLeftAlignThreshold; in setCandidate()1174 mLineLength = 0; in clearCandidates()1418 if (mLineLength < mCandidateLeftAlignThreshold) { in createNextLineFor1st()[all …]
116 private int mLineLength = 0; field in TextCandidates1LineViewManager423 mLineLength += setCandidate(result); in displayCandidatesNormal()424 if (mLineLength >= mViewWidth) { in displayCandidatesNormal()506 mLineLength = 0; in clearCandidates()