Home
last modified time | relevance | path

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

/external/libchrome-gestures/include/
Dactivity_replay.h53 bool ParseGestureScroll(const Json::Value& entry, Gesture* out_gs);
/external/libchrome-gestures/src/
Dactivity_replay.cc369 if (!ParseGestureScroll(entry, &gs)) in ParseGesture()
424 bool ActivityReplay::ParseGestureScroll(const Json::Value& entry, in ParseGestureScroll() function in gestures::ActivityReplay