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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
shortcut_list_reading_utils.h 29 typedef uint8_t ShortcutFlags;
31 static ShortcutFlags getFlagsAndForwardPointer(const ReadOnlyByteArrayView buffer,
34 static AK_FORCE_INLINE int getProbabilityFromFlags(const ShortcutFlags flags) {
38 static AK_FORCE_INLINE bool hasNext(const ShortcutFlags flags) {
56 static AK_FORCE_INLINE bool isWhitelist(const ShortcutFlags flags) {
66 static const ShortcutFlags FLAG_ATTRIBUTE_HAS_NEXT;
67 static const ShortcutFlags MASK_ATTRIBUTE_PROBABILITY;
  /frameworks/base/core/java/android/content/pm/
ShortcutInfo.java 108 public @interface ShortcutFlags {}
213 @ShortcutFlags
    [all...]

Completed in 590 milliseconds