Searched refs:square (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardCircleFramedDrawable.java69 final int square = Math.min(width, height);
71 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square);
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c60 frame_t square[SQUARE_FRAMES]; variable
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
158 square[i].right = square[i].left;
193 buffer = square;
194 size = sizeof(square);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1212 private float square(float d) { method in class:GlowPadView
1227 return square(scaledTapRadius);
H A DMultiWaveView.java1105 private float square(float d) { method in class:MultiWaveView
1120 return square(scaledTapRadius);

Completed in 4013 milliseconds