Searched refs:activeHeight (Results 1 – 4 of 4) sorted by relevance
49 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local50 if (!NearEqual(activeHeight, height)) { in UpdateScrollPosition()
47 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local48 if (!NearEqual(height, activeHeight)) { in UpdateScrollPosition()
50 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition() local51 if (!NearEqual(height, activeHeight)) { in UpdateScrollPosition()
251 double activeHeight = mainSize * mainSize / estimatedHeight; in UpdateScrollPosition() local252 if (!NearEqual(mainSize, activeHeight)) { in UpdateScrollPosition()253 double value = offset * (estimatedHeight - mainSize) / (mainSize - activeHeight); in UpdateScrollPosition()