Searched refs:onTypeDidChange_ (Results 1 – 1 of 1) sorted by relevance
219 onTypeDidChange_ = std::move(onTypeDidChange); in UpdateOnTypeDidChange()224 if (onTypeDidChange_) { in onTypeDidChange()225 onTypeDidChange_(currentType); in onTypeDidChange()716 std::function<void(const float)> onTypeDidChange_; variable