Home
last modified time | relevance | path

Searched full:palm (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/libchrome-gestures/include/
H A Dpalm_classifying_filter_interpreter.h22 // optionally classify each as a palm. Sometimes a contact is classified as
23 // a palm in some frames, and then in subsequent frames it is not.
47 // Part of palm detection. Returns true if the finger indicated by
48 // |finger_idx| is near another finger, which must not be a palm, in the
53 // Returns true iff fs represents a contact that may be a palm. It's a palm
118 // tracking ids that have ever travelled out of the palm envelope or bottom
125 // Maximum pressure above which a finger is considered a palm
127 // Maximum width_major above which a finger is considered a palm
129 // Maximum width_major above which a finger is considered a palm if there are
132 // If a finger was previously classified as palm, but its lifetime max
[all …]
/aosp_15_r20/external/libchrome-gestures/src/
H A Dpalm_classifying_filter_interpreter.cc18 palm_pressure_(prop_reg, "Palm Pressure", 200.0), in PalmClassifyingFilterInterpreter()
19 palm_width_(prop_reg, "Palm Width", 21.2), in PalmClassifyingFilterInterpreter()
20 multi_palm_width_(prop_reg, "Multiple Palm Width", 75.0), in PalmClassifyingFilterInterpreter()
25 palm_edge_width_(prop_reg, "Palm Edge Zone Width", 14.0), in PalmClassifyingFilterInterpreter()
28 palm_edge_point_speed_(prop_reg, "Palm Edge Zone Min Point Speed", 100.0), in PalmClassifyingFilterInterpreter()
29 palm_eval_timeout_(prop_reg, "Palm Eval Timeout", 0.1), in PalmClassifyingFilterInterpreter()
30 palm_stationary_time_(prop_reg, "Palm Stationary Time", 2.0), in PalmClassifyingFilterInterpreter()
31 palm_stationary_distance_(prop_reg, "Palm Stationary Distance", 4.0), in PalmClassifyingFilterInterpreter()
33 "Palm Pointing Min Move Distance", in PalmClassifyingFilterInterpreter()
36 "Palm Pointing Max Reverse Move Distance", in PalmClassifyingFilterInterpreter()
[all …]
H A Dpalm_classifying_filter_interpreter_unittest.cc67 const float kBig = pci.palm_pressure_.val_ + 1; // big (palm) pressure in TEST()
152 // mark the touch as palm in TEST()
174 // After the second frame finger is marked as palm in TEST()
209 // Palm is id 1, finger id 2 in TEST()
230 // We expect after the second input frame is processed that the palm in TEST()
262 const float kBig = pci->palm_pressure_.val_ + 1.0; // palm pressure in TEST()
365 // This tests that a palm that doesn't start out as a palm, but actually is,
H A Dgestures_unittest.cc416 EXPECT_EQ("PALM", in TEST()
418 EXPECT_EQ("PALM | WARP_X_MOVE", in TEST()
423 EXPECT_EQ("2147483648 | PALM", in TEST()
507 "PALM", in TEST()
/aosp_15_r20/external/cldr/common/annotationsDerived/
H A Den_CA.xml47 …<annotation cp="����">dismiss | drop | light skin tone | palm down hand | palm-down hand | palm-do…
48 <annotation cp="����" type="tts">palm-down hand: light skin tone</annotation>
49 …tion cp="����">dismiss | drop | medium-light skin tone | palm down hand | palm-down hand | palm-do…
50 <annotation cp="����" type="tts">palm-down hand: medium-light skin tone</annotation>
51 …<annotation cp="����">dismiss | drop | medium skin tone | palm down hand | palm-down hand | palm-d…
52 <annotation cp="����" type="tts">palm-down hand: medium skin tone</annotation>
53 …ation cp="����">dismiss | drop | medium-dark skin tone | palm down hand | palm-down hand | palm-do…
54 <annotation cp="����" type="tts">palm-down hand: medium-dark skin tone</annotation>
55 …<annotation cp="����">dark skin tone | dismiss | drop | palm down hand | palm-down hand | palm-dow…
56 <annotation cp="����" type="tts">palm-down hand: dark skin tone</annotation>
[all …]
H A Dhi_Latn.xml127 …<annotation cp="����">dismiss | drop | Fair skin | palm down hand | palm down hand: Fair skin | sh…
128 <annotation cp="����" type="tts">palm down hand: Fair skin</annotation>
129 …<annotation cp="����">dismiss | drop | medium-fair skin | palm down hand | palm down hand: medium-…
130 <annotation cp="����" type="tts">palm down hand: medium-fair skin</annotation>
131 …<annotation cp="����">dismiss | drop | medium skin | palm down hand | palm down hand: medium skin …
132 <annotation cp="����" type="tts">palm down hand: medium skin</annotation>
133 …<annotation cp="����">dismiss | drop | medium-dark skin | palm down hand | palm down hand: medium-…
134 <annotation cp="����" type="tts">palm down hand: medium-dark skin</annotation>
135 …<annotation cp="����">dark skin | dismiss | drop | palm down hand | palm down hand: dark skin | sh…
136 <annotation cp="����" type="tts">palm down hand: dark skin</annotation>
[all …]
/aosp_15_r20/external/mesa3d/include/pci_ids/
H A Dr600_pci_ids.h193 CHIPSET(0x9802, PALM_9802, PALM)
194 CHIPSET(0x9803, PALM_9803, PALM)
195 CHIPSET(0x9804, PALM_9804, PALM)
196 CHIPSET(0x9805, PALM_9805, PALM)
197 CHIPSET(0x9806, PALM_9806, PALM)
198 CHIPSET(0x9807, PALM_9807, PALM)
199 CHIPSET(0x9808, PALM_9808, PALM)
200 CHIPSET(0x9809, PALM_9809, PALM)
201 CHIPSET(0x980A, PALM_980A, PALM)
/aosp_15_r20/frameworks/native/services/inputflinger/
H A DUnwantedInteractionBlocker.cpp83 * Feature flag name. This flag determines whether palm rejection is enabled. To enable, specify
102 * Return true if palm rejection is enabled via the server configurable flags. Return false
125 case ToolType::PALM: in getLinuxToolCode()
242 ALOGW("Palm rejection is disabled for %s because AXIS_X is not supported", in createPalmFilterDeviceInfo()
252 ALOGW("Palm rejection is disabled for %s because AXIS_Y is not supported", in createPalmFilterDeviceInfo()
436 // Palm rejection is disabled. Don't create any palm rejector objects. in onInputDevicesChanged()
591 // The field 'tool_type' is not used for palm rejection in getTouches()
636 // The fields 'radius_x' and 'radius_x' are not used for palm rejection in getTouches()
639 // The field 'orientation' is not used for palm rejection in getTouches()
640 // The fields 'tilt_x' and 'tilt_y' are not used for palm rejection in getTouches()
[all …]
H A DUnwantedInteractionBlocker.h118 // Use a separate palm rejector for every touch device.
178 * Update the slot state and send this event to the palm rejection model for palm detection.
/aosp_15_r20/external/libdrm/radeon/
H A Dr600_pci_ids.h193 CHIPSET(0x9802, PALM_9802, PALM)
194 CHIPSET(0x9803, PALM_9803, PALM)
195 CHIPSET(0x9804, PALM_9804, PALM)
196 CHIPSET(0x9805, PALM_9805, PALM)
197 CHIPSET(0x9806, PALM_9806, PALM)
198 CHIPSET(0x9807, PALM_9807, PALM)
199 CHIPSET(0x9808, PALM_9808, PALM)
200 CHIPSET(0x9809, PALM_9809, PALM)
201 CHIPSET(0x980A, PALM_980A, PALM)
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta3/
H A Dgenerativelanguage_v1beta3.yaml18 The PaLM API allows developers to build generative AI applications using
19 the PaLM model. Large Language Models (LLMs) are a powerful, versatile
21 generate natural language through a series of prompts. The PaLM API is
22 based on Google's next generation LLM, PaLM. It excels at a variety of
24 the PaLM API to build generative AI applications for use cases like
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta2/
H A Dgenerativelanguage_v1beta2.yaml13 The PaLM API allows developers to build generative AI applications using
14 the PaLM model. Large Language Models (LLMs) are a powerful, versatile
16 generate natural language through a series of prompts. The PaLM API is
17 based on Google's next generation LLM, PaLM. It excels at a variety of
19 the PaLM API to build generative AI applications for use cases like
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DUnwantedInteractionBlocker_test.cpp332 * Similar test to above. During a POINTER_UP event, both pointers are detected as 'palm' and
433 * be detected as palm and should be sent to the next listener stage
553 * Heuristic filter that's present in the palm rejection model blocks touches early if the size
567 // Lift up the touch to force the model to decide on whether it's a palm in TEST_F()
574 * Send a stylus event that would have triggered the heuristic palm detector if it were a touch
596 // it's a palm. in TEST_F()
606 * The touch event goes first, and is a palm. The stylus event goes down after.
607 * Stylus event should continue to work even after touch is detected as a palm.
860 * position matching the suppressed position will be considered "palm".
914 * When a MOVE event happens, the model identifies the pointer as palm. At that time, the palm
[all …]
/aosp_15_r20/external/coreboot/src/mainboard/lenovo/s230u/acpi/
H A Dgpe.asl11 // Palm removed
14 // Palm detected
29 /* Palm detect sensor 1 */
37 /* Palm detect sensor 2 */
/aosp_15_r20/frameworks/native/libs/input/
H A Dinput_flags.aconfig56 description: "Report touches marked as palm by firmware to gestures library"
63 …description: "Enabling additional touchpad palm rejection will disable the tap to click while the …
70 …description: "In addition to touchpad palm rejection v1, v2 will also cancel ongoing move gestures…
178 description: "Collect quality metrics on framework palm rejection."
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
H A Dneural_stylus_palm_detection_filter_model.h55 // or equal to this should be marked as a palm. If 0 or less, has no effect. in COMPONENT_EXPORT()
59 // greater than or equal to this should be marked as a palm. If <= 0, has no in COMPONENT_EXPORT()
63 // If true, runs the heuristic palm check on short strokes, and enables delay in COMPONENT_EXPORT()
64 // on them if the heuristic would have marked the touch as a palm at that in COMPONENT_EXPORT()
H A Dshared_palm_detection_filter_state.h17 // have been converted into a palm later.
27 // Latest time that a palm was detected on a touchscreen. the palm may or may
/aosp_15_r20/external/libchrome-gestures/tools/logs/cr48/
H A Dreport-291598177-system_logs.mini.txt1478 "Keyboard Palm Prevent Timeout": 0.5,
1491 "Palm Edge Zone Min Point Speed": 100.0,
1492 "Palm Edge Zone Width": 14.0,
1493 "Palm Eval Timeout": 0.1,
1494 "Palm Pressure": 200.0,
1495 "Palm Stationary Distance": 4.0,
1496 "Palm Stationary Time": 2.0,
/aosp_15_r20/frameworks/native/libs/input/tests/
H A DTouchResampling_test.cpp380 * Motion events with palm tool type are not resampled.
390 {0ms, {{0, 10, 20, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_DOWN}, in TEST_F()
396 {0ms, {{0, 10, 20, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_DOWN}, in TEST_F()
403 {10ms, {{0, 20, 30, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_MOVE}, in TEST_F()
404 {20ms, {{0, 30, 30, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_MOVE}, in TEST_F()
410 {10ms, {{0, 20, 30, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_MOVE}, in TEST_F()
411 {20ms, {{0, 30, 30, .toolType = ToolType::PALM}}, AMOTION_EVENT_ACTION_MOVE}, in TEST_F()
H A DResampler_test.cpp805 .toolType = ToolType::PALM, in TEST_F()
810 .toolType = ToolType::PALM, in TEST_F()
818 .toolType = ToolType::PALM, in TEST_F()
823 .toolType = ToolType::PALM, in TEST_F()
838 .toolType = ToolType::PALM, in TEST_F()
843 .toolType = ToolType::PALM, in TEST_F()
849 .toolType = ToolType::PALM, in TEST_F()
854 .toolType = ToolType::PALM, in TEST_F()
H A DInputConsumerResampling_test.cpp383 * Motion events with palm tool type are not resampled.
390 {Pointer{.id = 0, .x = 10.0f, .y = 20.0f, .toolType = ToolType::PALM}}, in TEST_F()
396 {Pointer{.id = 0, .x = 10.0f, .y = 20.0f, .toolType = ToolType::PALM}}, in TEST_F()
402 {Pointer{.id = 0, .x = 20.0f, .y = 30.0f, .toolType = ToolType::PALM}}, in TEST_F()
406 {Pointer{.id = 0, .x = 30.0f, .y = 30.0f, .toolType = ToolType::PALM}}, in TEST_F()
413 {Pointer{.id = 0, .x = 20.0f, .y = 30.0f, .toolType = ToolType::PALM}}, in TEST_F()
416 {Pointer{.id = 0, .x = 30.0f, .y = 30.0f, .toolType = ToolType::PALM}}, in TEST_F()
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/original-kernel-headers/input/
Dtouch_offload.h61 * filter_palm - driver supports disabling underlying palm rejection
121 * filter_palm - enable underlying palm rejection
180 * COORD_STATUS_PALM - palm touch
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/original-kernel-headers/input/
Dtouch_offload.h61 * filter_palm - driver supports disabling underlying palm rejection
121 * filter_palm - enable underlying palm rejection
180 * COORD_STATUS_PALM - palm touch
/aosp_15_r20/external/libpalmrejection/
H A DMETADATA3 "This is a fork of the Chromium code for palm rejection. The palm rejection "
/aosp_15_r20/external/coreboot/Documentation/mainboard/lenovo/
H A Dw530.md4 You have to remove the keyboard and the palm rest to access one of the
15 ### After removing the keyboard and palm rest

12345678910>>...22