Searched refs:input_flags (Results 1 – 22 of 22) sorted by relevance
24 namespace input_flags = com::android::input::flags; variable111 const bool DEBUG_VERIFY_EVENTS = input_flags::enable_inbound_event_verification() ||
99 if (!input_flags::enable_multi_device_same_window_stream()) { in trackMotion()350 if (!input_flags::enable_multi_device_same_window_stream()) { in shouldCancelPreviousStream()
76 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()
26 namespace input_flags = com::android::input::flags;33 if (input_flags::enable_keyboard_classifier()) { in KeyboardClassifier()
42 namespace input_flags = com::android::input::flags;288 if (input_flags::enable_prediction_pruning_via_jerk_thresholding()) { in predict()
44 srcs: ["input_flags.aconfig"],
32 namespace input_flags = com::android::input::flags;102 return input_flags::enable_outbound_event_verification() || in verifyEvents()
34 namespace input_flags = com::android::input::flags;
44 namespace input_flags = com::android::input::flags;
28 namespace input_flags = com::android::input::flags;32 const bool REPORT_PALMS_TO_GESTURES_LIBRARY = input_flags::report_palms_to_gestures_library();
32 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()
45 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()
36 namespace input_flags = com::android::input::flags;81 mEnableNewMousePointerBallistics(input_flags::enable_new_mouse_pointer_ballistics()) {} in CursorInputMapper()
21 namespace input_flags = com::android::input::flags;25 const bool BLOCK_TOUCH_WHEN_STYLUS_HOVER = !input_flags::disable_reject_touch_on_stylus_hover();
35 namespace input_flags = com::android::input::flags;44 const bool ENABLE_INPUT_FILTER_RUST = input_flags::enable_input_filter_rust_impl();
32 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();
129 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()
37 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()
32 namespace input_flags = com::android::input::flags;128 input_flags::hide_pointer_indicators_for_secure_windows(true); in SetUp()
101 namespace input_flags = com::android::input::flags;
87 namespace input_flags = com::android::input::flags;91 static const bool ENABLE_INPUT_FILTER_RUST = input_flags::enable_input_filter_rust_impl();
17568 optional int32 input_flags = 6; field