Home
last modified time | relevance | path

Searched defs:layoutInfo (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/fold/ui/composable/
DFoldPosture.kt35 val layoutInfo by in foldPosture() constant
/frameworks/base/core/jni/
Dandroid_view_InputDevice.cpp51 std::optional<KeyboardLayoutInfo> layoutInfo = deviceInfo.getKeyboardLayoutInfo(); in android_view_InputDevice_create() local
/frameworks/native/libs/input/
DInputDevice.cpp279 void InputDeviceInfo::setKeyboardLayoutInfo(KeyboardLayoutInfo layoutInfo) { in setKeyboardLayoutInfo()
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h66 std::optional<RawLayoutInfo> layoutInfo; member
DFakeInputReaderPolicy.cpp146 const KeyboardLayoutInfo& layoutInfo) { in addKeyboardLayoutAssociation()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp125 std::optional<RawLayoutInfo> layoutInfo = getDeviceContext().getRawLayoutInfo(); in getKeyboardLayoutInfo() local
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java375 ResourceReference layoutInfo = Bridge.resolveResourceId(resource); in inflate() local
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h622 std::optional<RawLayoutInfo> layoutInfo; member
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DMainActivity.kt361 windowInfoTracker.windowLayoutInfo(this@MainActivity).collect { layoutInfo -> in onWindowLayoutInfoChange() method
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h274 const std::optional<KeyboardLayoutInfo> layoutInfo) override { in getKeyboardLayoutOverlay()