Searched refs:orientationAware (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2282 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2308 mParameters.orientationAware = false;
2310 config.tryGetProperty(String8("keyboard.orientationAware"),
2311 mParameters.orientationAware);
2314 if (mParameters.orientationAware) {
2333 toString(mParameters.orientationAware));
2426 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2702 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2727 mParameters.orientationAware = false;
2728 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
[all...]
H A DInputReader.h1124 bool orientationAware; member in struct:android::KeyboardInputMapper::Parameters
1178 bool orientationAware; member in struct:android::CursorInputMapper::Parameters
1306 bool orientationAware; member in struct:android::TouchInputMapper::Parameters

Completed in 20 milliseconds