Searched refs:VELOCITY_TRACKER_STRATEGY_IMPULSE (Results 1 – 6 of 6) sorted by relevance
21 import static android.view.VelocityTracker.VELOCITY_TRACKER_STRATEGY_IMPULSE;29 return VelocityTracker.obtain(VELOCITY_TRACKER_STRATEGY_IMPULSE); in obtain()
72 public static final int VELOCITY_TRACKER_STRATEGY_IMPULSE = field in VelocityTracker73 IInputConstants.VELOCITY_TRACKER_STRATEGY_IMPULSE;183 VELOCITY_TRACKER_STRATEGY_IMPULSE,210 STRATEGIES.put("impulse", VELOCITY_TRACKER_STRATEGY_IMPULSE);
8731 ? VelocityTracker.VELOCITY_TRACKER_STRATEGY_IMPULSE
190 const int VELOCITY_TRACKER_STRATEGY_IMPULSE = 0; field
244 vt1 = VelocityTracker.obtain(VelocityTracker.VELOCITY_TRACKER_STRATEGY_IMPULSE); in testObtainRecycle()246 VelocityTracker.VELOCITY_TRACKER_STRATEGY_IMPULSE); in testObtainRecycle()
40 IMPULSE = android::os::IInputConstants::VELOCITY_TRACKER_STRATEGY_IMPULSE,