Lines Matching full:static
27 static float getLengthScalingFactor(const float normalizedSquaredDistance) {
29 static const float A = ZERO_DISTANCE_PROMOTION_RATE / 100.0f;
30 static const float B = 1.0f;
31 static const float C = 0.5f;
32 static const float MIN = 0.3f;
33 static const float R1 = NEUTRAL_SCORE_SQUARED_RADIUS;
34 static const float R2 = HALF_SCORE_SQUARED_RADIUS;
51 static float getSweetSpotFactor(const bool isTouchPositionCorrectionEnabled,
54 static const float A = 0.0f;
55 static const float B = 0.24f;
56 static const float C = 1.20f;
57 static const float R0 = 0.0f;
58 static const float R1 = 0.25f; // Sweet spot
59 static const float R2 = 1.0f;