Home
last modified time | relevance | path

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

/external/libchrome-gestures/include/
Dactivity_log.h310 static const char kKeyHardwarePropMaxFingerCount[]; variable
/external/libchrome-gestures/src/
Dactivity_log.cc181 ret[kKeyHardwarePropMaxFingerCount] = Json::Value(hwprops_.max_finger_cnt); in EncodeHardwareProperties()
684 const char ActivityLog::kKeyHardwarePropMaxFingerCount[] = "maxFingerCount"; member in gestures::ActivityLog
Dactivity_replay.cc175 PARSE_HP(obj, ActivityLog::kKeyHardwarePropMaxFingerCount, isInt, asUInt, in ParseHardwareProperties()