Searched refs:m_typeAheadBuffer (Results 1 – 2 of 2) sorted by relevance
98 m_typeAheadBuffer.clear(); in setFocus()128 if (m_typeAheadBuffer.length() >= maximumLength) { in handleKeyboardEvent()129 String current = m_typeAheadBuffer.toString(); in handleKeyboardEvent()130 m_typeAheadBuffer.clear(); in handleKeyboardEvent()132 m_typeAheadBuffer.append(current, current.length() - desiredLength, desiredLength); in handleKeyboardEvent()134 m_typeAheadBuffer.append(number); in handleKeyboardEvent()143 if (m_typeAheadBuffer.length() >= maximumLength || newValue * 10 > m_range.maximum) in handleKeyboardEvent()171 m_typeAheadBuffer.clear(); in setEmptyValue()187 m_typeAheadBuffer.clear(); in stepDown()196 m_typeAheadBuffer.clear(); in stepUp()[all …]
103 mutable StringBuilder m_typeAheadBuffer; variable