Searched refs:outOfMatrix (Results 1 – 1 of 1) sorted by relevance
2177 bool outOfMatrix = false; in GetResetMode() local2180 outOfMatrix = !IsIndexInMatrix(updateIdx, startLine); in GetResetMode()2184 return { !gridLayoutInfo_.hasBigItem_ || outOfMatrix || hasOptions, in GetResetMode()2185 gridLayoutInfo_.hasBigItem_ && !outOfMatrix && !hasOptions }; in GetResetMode()