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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2028 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2042 mParameters.orientationAware = false;
2043 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2044 mParameters.orientationAware);
2047 if (mParameters.orientationAware) {
2061 toString(mParameters.orientationAware));
2121 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2354 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2379 mParameters.orientationAware = false;
2380 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
[all...]
H A DInputReader.h1089 bool orientationAware; member in struct:android::KeyboardInputMapper::Parameters
1140 bool orientationAware; member in struct:android::CursorInputMapper::Parameters
1244 bool orientationAware; member in struct:android::TouchInputMapper::Parameters

Completed in 185 milliseconds