Home | History | Annotate | Download | only in input

Lines Matching refs:orientationAware

2011         if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2025 mParameters.orientationAware = false;
2026 getDevice()->getConfiguration().tryGetProperty(String8("keyboard.orientationAware"),
2027 mParameters.orientationAware);
2030 if (mParameters.orientationAware) {
2039 dump.appendFormat(INDENT4 "OrientationAware: %s\n",
2040 toString(mParameters.orientationAware));
2098 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2328 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay) {
2353 mParameters.orientationAware = false;
2354 getDevice()->getConfiguration().tryGetProperty(String8("cursor.orientationAware"),
2355 mParameters.orientationAware);
2358 if (mParameters.mode == Parameters::MODE_POINTER || mParameters.orientationAware) {
2379 dump.appendFormat(INDENT4 "OrientationAware: %s\n",
2380 toString(mParameters.orientationAware));
2433 if (mParameters.orientationAware && mParameters.hasAssociatedDisplay
2820 mParameters.orientationAware = mParameters.deviceType == Parameters::DEVICE_TYPE_TOUCH_SCREEN;
2821 getDevice()->getConfiguration().tryGetProperty(String8("touch.orientationAware"),
2822 mParameters.orientationAware);
2826 if (mParameters.orientationAware
2870 dump.appendFormat(INDENT4 "OrientationAware: %s\n",
2871 toString(mParameters.orientationAware));
3006 mSurfaceOrientation = mParameters.orientationAware ?