Home
last modified time | relevance | path

Searched refs:direction_changed (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/sticky_keys/
Dsticky_keys_controller.cc280 bool direction_changed = false; in HandleScrollEvent() local
285 direction_changed = offset * scroll_delta_ <= 0; in HandleScrollEvent()
289 if (!direction_changed) in HandleScrollEvent()
296 (event.type() == ui::ET_SCROLL_FLING_START || direction_changed)) { in HandleScrollEvent()