Home
last modified time | relevance | path

Searched refs:input_flags (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DDebugConfig.h24 namespace input_flags = com::android::input::flags; variable
111 const bool DEBUG_VERIFY_EVENTS = input_flags::enable_inbound_event_verification() ||
DInputState.cpp99 if (!input_flags::enable_multi_device_same_window_stream()) { in trackMotion()
350 if (!input_flags::enable_multi_device_same_window_stream()) { in shouldCancelPreviousStream()
DInputDispatcher.cpp76 namespace input_flags = com::android::input::flags;
87 return input_flags::enable_input_event_tracing() && isUserdebugOrEng; in isInputTracingEnabled()
738 if (!input_flags::a11y_crash_on_inconsistent_event_stream() && in getHoveringWindowsLocked()
3278 if (input_flags::rate_limit_user_activity_poke_in_dispatcher()) { in pokeUserActivityLocked()
/frameworks/native/libs/input/
DKeyboardClassifier.cpp26 namespace input_flags = com::android::input::flags;
33 if (input_flags::enable_keyboard_classifier()) { in KeyboardClassifier()
DMotionPredictor.cpp42 namespace input_flags = com::android::input::flags;
288 if (input_flags::enable_prediction_pruning_via_jerk_thresholding()) { in predict()
DAndroid.bp44 srcs: ["input_flags.aconfig"],
DInputTransport.cpp32 namespace input_flags = com::android::input::flags;
102 return input_flags::enable_outbound_event_verification() || in verifyEvents()
DInputConsumerNoResampling.cpp34 namespace input_flags = com::android::input::flags;
DInputConsumer.cpp44 namespace input_flags = com::android::input::flags;
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DHardwareStateConverter.cpp28 namespace input_flags = com::android::input::flags;
32 const bool REPORT_PALMS_TO_GESTURES_LIBRARY = input_flags::report_palms_to_gestures_library();
DGestureConverter.cpp32 namespace input_flags = com::android::input::flags;
39 const bool ENABLE_TOUCHPAD_PALM_REJECTION = input_flags::enable_touchpad_typing_palm_rejection();
44 input_flags::enable_v2_touchpad_typing_palm_rejection();
69 mEnableFlingStop(input_flags::enable_touchpad_fling_stop()) { in GestureConverter()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchpadInputMapper.cpp45 namespace input_flags = com::android::input::flags;
260 if (input_flags::enable_gestures_library_timer_provider()) { in TouchpadInputMapper()
302 if (input_flags::enable_gestures_library_timer_provider()) { in dump()
470 if (!input_flags::enable_gestures_library_timer_provider()) { in timeoutExpired()
DCursorInputMapper.cpp36 namespace input_flags = com::android::input::flags;
81 mEnableNewMousePointerBallistics(input_flags::enable_new_mouse_pointer_ballistics()) {} in CursorInputMapper()
/frameworks/native/services/inputflinger/
DPreferStylusOverTouchBlocker.cpp21 namespace input_flags = com::android::input::flags;
25 const bool BLOCK_TOUCH_WHEN_STYLUS_HOVER = !input_flags::disable_reject_touch_on_stylus_hover();
DInputManager.cpp35 namespace input_flags = com::android::input::flags;
44 const bool ENABLE_INPUT_FILTER_RUST = input_flags::enable_input_filter_rust_impl();
DUnwantedInteractionBlocker.cpp32 namespace input_flags = com::android::input::flags;
77 const bool ENABLE_MULTI_DEVICE_INPUT = input_flags::enable_multi_device_input() &&
78 !input_flags::disable_reject_touch_on_stylus_hover();
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp129 namespace input_flags = com::android::input::flags;
196 input_flags::enable_new_mouse_pointer_ballistics(false); in SetUp()
921 input_flags::enable_new_mouse_pointer_ballistics(true); in SetUp()
DGestureConverter_test.cpp37 namespace input_flags = com::android::input::flags;
42 ACONFIG_FLAG(input_flags, enable_touchpad_typing_palm_rejection);
44 ACONFIG_FLAG(input_flags, enable_v2_touchpad_typing_palm_rejection);
1178 input_flags::enable_touchpad_fling_stop(true); in TEST_F()
DPointerChoreographer_test.cpp32 namespace input_flags = com::android::input::flags;
128 input_flags::hide_pointer_indicators_for_secure_windows(true); in SetUp()
DInputReader_test.cpp101 namespace input_flags = com::android::input::flags;
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp87 namespace input_flags = com::android::input::flags;
91 static const bool ENABLE_INPUT_FILTER_RUST = input_flags::enable_input_filter_rust_impl();
/frameworks/proto_logging/stats/
Datoms.proto17568 optional int32 input_flags = 6; field