Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h304 static const char kKeyHardwarePropXResolution[]; variable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc175 ret[kKeyHardwarePropXResolution] = Json::Value(hwprops_.res_x); in EncodeHardwareProperties()
676 const char ActivityLog::kKeyHardwarePropXResolution[] = "xResolution"; member in gestures::ActivityLog
H A Dactivity_replay.cc167 PARSE_HP(obj, ActivityLog::kKeyHardwarePropXResolution, isDouble, asDouble, in ParseHardwareProperties()