Searched refs:square (Results 1 – 4 of 4) sorted by relevance
51 View square = view.findViewById(R.id.color_square); in bindView() local53 square.setBackgroundColor(color); in bindView()
495 const float squaredRadius = square(mProximityInfo->getSweetSpotRadiiAt(keyIndex)); in calculateNormalizedSquaredDistance()531 return square(inputX - sweetSpotCenterX) + square(inputY - sweetSpotCenterY); in calculateSquaredDistanceFromSweetSpotCenter()
245 inline float square(const float x) const { return x * x; } in square() function
1093 private float square(float d) {1111 return square(scaledTapRadius);