Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A 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
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputReaderPolicy.cpp280 const InputDeviceIdentifier&, const std::optional<KeyboardLayoutInfo>) { in getKeyboardLayoutOverlay()