HomeSort by relevance Sort by last modified time
    Searched refs:dp_factor_ (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/ndk_helper/
gestureDetector.cpp 34 dp_factor_ = 1.f;
39 dp_factor_ = 160.f / AConfiguration_getDensity( config );
72 if( x * x + y * y < TOUCH_SLOP * TOUCH_SLOP * dp_factor_ )
109 if( x * x + y * y < DOUBLE_TAP_SLOP * DOUBLE_TAP_SLOP * dp_factor_ )
131 dp_factor_ = 160.f / AConfiguration_getDensity( config );
gestureDetector.h 62 float dp_factor_; member in class:ndk_helper::GestureDetector

Completed in 87 milliseconds