Home
last modified time | relevance | path

Searched refs:kKeyAccelDebugSmoothSpeed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/include/
H A Dactivity_log.h332 static const char kKeyAccelDebugSmoothSpeed[]; variable
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_log.cc461 ret[kKeyAccelDebugSmoothSpeed] = Json::Value(debug_data.smoothed_speed); in EncodeGestureDebug()
706 const char ActivityLog::kKeyAccelDebugSmoothSpeed[] = "smoothSpeed"; member in gestures::ActivityLog