Home
last modified time | relevance | path

Searched defs:IntArrayWasWritten (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/include/
H A Dprop_registry.h211 virtual void IntArrayWasWritten(IntArrayProperty* prop) {}; in IntArrayWasWritten() function
/aosp_15_r20/external/libchrome-gestures/src/
H A Dprop_registry_unittest.cc31 virtual void IntArrayWasWritten(IntArrayProperty* prop) { call_cnt_++; }; in IntArrayWasWritten() function in gestures::PropRegistryTestDelegate