Searched defs:KeyboardLayoutInfo (Results 1 – 2 of 2) sorted by relevance
227 struct KeyboardLayoutInfo { struct228 explicit KeyboardLayoutInfo(std::string languageTag, std::string layoutType) in KeyboardLayoutInfo() argument236 inline bool operator==(const KeyboardLayoutInfo& other) const { argument
1489 private static class KeyboardLayoutInfo { class in KeyboardLayoutManager1495 private KeyboardLayoutInfo(@Nullable String descriptor, in KeyboardLayoutInfo() method in KeyboardLayoutManager.KeyboardLayoutInfo