HomeSort by relevance Sort by last modified time
    Searched refs:passwordInput (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 101 id.passwordInput(),
122 && other.passwordInput() == passwordInput()
147 public boolean passwordInput() {
195 (passwordInput() ? " passwordInput" : ""),
Keyboard.java     [all...]
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 178 void FormPlugin::drawPassword(ANPCanvas* canvas, TextInput passwordInput) {
185 float initialX = passwordInput.rect.left + 5;
186 float ovalBottom = passwordInput.rect.bottom - 2;
192 for (uint32_t x = 0; x < passwordInput.charPtr; x++) {

Completed in 285 milliseconds