Home
last modified time | relevance | path

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

/development/ndk/sources/android/ndk_helper/
DtapCamera.cpp171 vec_last_input_ = vec; in BeginDrag()
193 vec_drag_delta_ = vec_drag_delta_ * MOMENTUM_FACTOR + (vec - vec_last_input_); in Drag()
194 vec_last_input_ = vec; in Drag()
DtapCamera.h66 Vec2 vec_last_input_; variable