Home
last modified time | relevance | path

Searched refs:orientationAware (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/data/keyboards/
Dqwerty2.idc20 touch.orientationAware = 1
24 keyboard.orientationAware = 1
28 cursor.orientationAware = 1
Dqwerty.idc20 touch.orientationAware = 1
24 keyboard.orientationAware = 1
28 cursor.orientationAware = 1
/frameworks/native/services/inputflinger/
DInputReader.cpp2212 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in configure()
2226 mParameters.orientationAware = false; in configureParameters()
2228 mParameters.orientationAware); in configureParameters()
2231 if (mParameters.orientationAware) { in configureParameters()
2245 toString(mParameters.orientationAware)); in dumpParameters()
2309 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in processKey()
2585 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in configure()
2610 mParameters.orientationAware = false; in configureParameters()
2612 mParameters.orientationAware); in configureParameters()
2615 if (mParameters.mode == Parameters::MODE_POINTER || mParameters.orientationAware) { in configureParameters()
[all …]
DInputReader.h1106 bool orientationAware; member
1159 bool orientationAware; member
1286 bool orientationAware; member