HomeSort by relevance Sort by last modified time
    Searched defs:CharState (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Console.h 35 __mbstate_t CharState; ///< Character state for the byte stream passing through this device
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
PasswordTextView.java 89 private ArrayList<CharState> mTextChars = new ArrayList<>();
91 private Stack<CharState> mCharPool = new Stack<>();
176 CharState charState = mTextChars.get(i);
177 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
202 CharState charState = mTextChars.get(i);
204 width += mCharPadding * charState.currentWidthFactor;
206 width += charLength * charState.currentWidthFactor;
217 CharState charState
    [all...]

Completed in 90 milliseconds