Searched refs:prev_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.h221 State prev_state_; member in class:ui::TouchExplorationController
H A Dtouch_exploration_controller.cc42 prev_state_(NO_FINGERS_DOWN) {
435 if (prev_state_ == state_)
437 prev_state_ = state_;

Completed in 55 milliseconds