Home
last modified time | relevance | path

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

/external/libchrome-gestures/include/
Dactivity_log.h311 static const char kKeyHardwarePropMaxTouchCount[]; variable
/external/libchrome-gestures/src/
Dactivity_log.cc182 ret[kKeyHardwarePropMaxTouchCount] = Json::Value(hwprops_.max_touch_cnt); in EncodeHardwareProperties()
685 const char ActivityLog::kKeyHardwarePropMaxTouchCount[] = "maxTouchCount"; member in gestures::ActivityLog
Dactivity_replay.cc177 PARSE_HP(obj, ActivityLog::kKeyHardwarePropMaxTouchCount, isInt, asUInt, in ParseHardwareProperties()