HomeSort by relevance Sort by last modified time
    Searched full:mactionflags (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 140 private final int mActionFlags;
175 mActionFlags = 0;
288 mActionFlags = actionFlags;
374 key.mActionFlags,
401 && o.mActionFlags == mActionFlags
462 return (mActionFlags & ACTION_FLAGS_IS_REPEATABLE) != 0;
466 return (mActionFlags & ACTION_FLAGS_NO_KEY_PREVIEW) != 0;
470 return (mActionFlags & ACTION_FLAGS_ALT_CODE_WHILE_TYPING) != 0;
475 return (mActionFlags & ACTION_FLAGS_ENABLE_LONG_PRESS) !=
    [all...]

Completed in 45 milliseconds