Searched refs:interpolationAngularDegree (Results 1 – 1 of 1) sorted by relevance
46 final int interpolationAngularDegree = mainKeyboardViewAttr.getInteger(R.styleable in GestureStrokeDrawingParams() local48 mMaxInterpolationAngularThreshold = (interpolationAngularDegree <= 0) in GestureStrokeDrawingParams()50 : Math.toRadians(interpolationAngularDegree); in GestureStrokeDrawingParams()