Home
last modified time | relevance | path

Searched refs:square (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java51 View square = view.findViewById(R.id.color_square); in bindView() local
53 square.setBackgroundColor(color); in bindView()
/packages/inputmethods/LatinIME/native/jni/src/
Dproximity_info_state.cpp495 const float squaredRadius = square(mProximityInfo->getSweetSpotRadiiAt(keyIndex)); in calculateNormalizedSquaredDistance()
531 return square(inputX - sweetSpotCenterX) + square(inputY - sweetSpotCenterY); in calculateSquaredDistanceFromSweetSpotCenter()
Dproximity_info_state.h245 inline float square(const float x) const { return x * x; } in square() function
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DGlowPadView.java1093 private float square(float d) {
1111 return square(scaledTapRadius);