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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 108 id.passwordInput(),
130 && other.passwordInput() == passwordInput()
157 public boolean passwordInput() {
205 (passwordInput() ? " passwordInput" : ""),
PointerTracker.java 398 sGestureHandlingEnabledByInputField = !keyboard.mId.passwordInput();
    [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++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 619 R.styleable.Keyboard_Case_passwordInput, id.passwordInput());
661 "passwordInput"),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [all...]

Completed in 837 milliseconds