1name: "libpalmrejection" 2description: 3 "This is a fork of the Chromium code for palm rejection. The palm rejection " 4 "feature processes the input event stream and determines if any of the " 5 "pointers in that stream are palms. The output of this code is a list of " 6 "pointers that are identified as palms. Typically, the expectation is that " 7 "the upper layers would then cancel or remove these pointers from the input " 8 "event stream that is sent to applications." 9 10third_party { 11 license_type: NOTICE 12 last_upgrade_date { year: 2022 month: 1 day: 10 } 13}