Searched refs:mStashVelocityThreshold (Results 1 – 1 of 1) sorted by relevance
97 private float mStashVelocityThreshold; field in PipTouchHandler253 mStashVelocityThreshold = DeviceConfig.getFloat( in onInit()261 mStashVelocityThreshold = properties.getFloat( in onInit()967 final boolean flingToLeft = vel.x < -mStashVelocityThreshold;968 final boolean flingToRight = vel.x > mStashVelocityThreshold;