Searched defs:InputAttributeInner (Results 1 – 1 of 1) sorted by relevance
91 struct InputAttributeInner : public Parcelable { struct92 static const int32_t PATTERN_TEXT = 0x00000001;93 static const int32_t PATTERN_PASSWORD = 0x00000007;94 static const int32_t PATTERN_PASSWORD_NUMBER = 0x00000008;95 static const int32_t PATTERN_PASSWORD_SCREEN_LOCK = 0x00000009;96 static const int32_t PATTERN_NEWPASSWORD = 0x0000000b;97 int32_t inputPattern = 0;98 int32_t enterKeyType = 0;99 int32_t inputOption = 0;102 int32_t immersiveMode = 0;[all …]