Searched defs:NestedScrollOptions (Results 1 – 1 of 1) sorted by relevance
112 struct NestedScrollOptions { struct126 bool operator==(const NestedScrollOptions& other) const argument138 return "NestedScrollOptions forward: " + std::to_string(static_cast<int32_t>(forward)) + in ToString() argument142 std::string GetNestedScrollModeStr(NestedScrollMode mode) const in GetNestedScrollModeStr()