Home
last modified time | relevance | path

Searched refs:kKeyHardwarePropYResolution (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h305 static const char kKeyHardwarePropYResolution[]; variable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc176 ret[kKeyHardwarePropYResolution] = Json::Value(hwprops_.res_y); in EncodeHardwareProperties()
677 const char ActivityLog::kKeyHardwarePropYResolution[] = "yResolution"; member in gestures::ActivityLog
H A Dactivity_replay.cc169 PARSE_HP(obj, ActivityLog::kKeyHardwarePropYResolution, isDouble, asDouble, in ParseHardwareProperties()