Home
last modified time | relevance | path

Searched defs:KeyboardLayoutInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/input/
DInputDevice.h242 struct KeyboardLayoutInfo { struct
243 explicit KeyboardLayoutInfo(std::string languageTag, std::string layoutType) in KeyboardLayoutInfo() argument
251 inline bool operator==(const KeyboardLayoutInfo& other) const { argument
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp277 const InputDeviceIdentifier&, const std::optional<KeyboardLayoutInfo>) { in getKeyboardLayoutOverlay()