Searched defs:nodeIsOnTheTree (Results 1 – 3 of 3) sorted by relevance
108 bool nodeIsOnTheTree = GetData<bool>(); in RSAnimationManagerFuzzerTest() local
159 bool nodeIsOnTheTree = false; variable
144 std::tuple<bool, bool, bool> RSAnimationManager::Animate(int64_t time, bool nodeIsOnTheTree, in Animate()