Searched refs:SCROLL_STEP (Results 1 – 1 of 1) sorted by relevance
115 SCROLL_STEP = 100.0 variable in ResultFrame164 new_value = min(value + self.SCROLL_STEP, adj.upper - adj.page_size)170 new_value = max(value - self.SCROLL_STEP, adj.lower)