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

/frameworks/base/services/input/
H A DInputReader.cpp2008 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2022 mParameters.orientationAware = false;
2023 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2024 mParameters.orientationAware);
2027 if (mParameters.orientationAware) {
2037 toString(mParameters.orientationAware));
2095 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2326 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2351 mParameters.orientationAware = false;
2352 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
[all...]
H A DInputReader.h1049 bool orientationAware; member in struct:android::KeyboardInputMapper::Parameters
1099 bool orientationAware; member in struct:android::CursorInputMapper::Parameters
1201 bool orientationAware; member in struct:android::TouchInputMapper::Parameters

Completed in 114 milliseconds