Searched refs:bottomInRegion (Results 1 – 1 of 1) sorted by relevance
131 bool bottomInRegion = visibleContentRect.IsInRegion(bottomPoint); in CheckAndAdjustHandleWithContent() local134 return bottomInRegion || topInRegion; in CheckAndAdjustHandleWithContent()136 if (!bottomInRegion && topInRegion) { in CheckAndAdjustHandleWithContent()138 } else if (bottomInRegion && !topInRegion) { in CheckAndAdjustHandleWithContent()142 return bottomInRegion || topInRegion; in CheckAndAdjustHandleWithContent()