Home
last modified time | relevance | path

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

/frameworks/base/data/keyboards/
Dqwerty.idc20 touch.orientationAware = 1
24 keyboard.orientationAware = 1
28 cursor.orientationAware = 1
Dqwerty2.idc20 touch.orientationAware = 1
24 keyboard.orientationAware = 1
28 cursor.orientationAware = 1
/frameworks/native/services/inputflinger/
DInputReader.cpp2161 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in configure()
2175 mParameters.orientationAware = false; in configureParameters()
2177 mParameters.orientationAware); in configureParameters()
2180 if (mParameters.orientationAware) { in configureParameters()
2194 toString(mParameters.orientationAware)); in dumpParameters()
2258 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in processKey()
2508 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) { in configure()
2533 mParameters.orientationAware = false; in configureParameters()
2535 mParameters.orientationAware); in configureParameters()
2538 if (mParameters.mode == Parameters::MODE_POINTER || mParameters.orientationAware) { in configureParameters()
[all …]
DInputReader.h1156 bool orientationAware; member
1208 bool orientationAware; member
1335 bool orientationAware; member