Home
last modified time | relevance | path

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

/external/libchrome-gestures/include/
Dactivity_log.h314 static const char kKeyHardwarePropIsButtonPad[]; variable
/external/libchrome-gestures/src/
Dactivity_log.cc186 ret[kKeyHardwarePropIsButtonPad] = Json::Value(hwprops_.is_button_pad != 0); in EncodeHardwareProperties()
688 const char ActivityLog::kKeyHardwarePropIsButtonPad[] = "isButtonPad"; member in gestures::ActivityLog
Dactivity_replay.cc183 PARSE_HP(obj, ActivityLog::kKeyHardwarePropIsButtonPad,isBool, asBool, in ParseHardwareProperties()