Searched refs:hook_threshold_ (Results 1 – 4 of 4) sorted by relevance
43 if ( ( ! hooked_ ) && position_ >= hook_threshold_ ) { in move()44 position_ -= hook_threshold_; in move()48 else if ( hooked_ && position_ <= - hook_threshold_ ) { in move()49 position_ += hook_threshold_; in move()
34 ElasticHook( int hook_threshold ) : hook_threshold_( hook_threshold ) {} in ElasticHook()68 const int hook_threshold_; variable