/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | CircleFramedDrawable.java | 65 final int square = Math.min(width, height); in CircleFramedDrawable() local 67 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square); in CircleFramedDrawable()
|
/frameworks/wilhelm/tests/sandbox/ |
D | intbufq.c | 60 frame_t square[SQUARE_FRAMES]; variable 157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768; in main() 158 square[i].right = square[i].left; in main() 193 buffer = square; in main() 194 size = sizeof(square); in main()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerRoundedCorner.java | 126 final Path square = new Path(); in InvertedRoundedCornerDrawInfo() local 127 square.addRect(0, 0, mRadius, mRadius, Path.Direction.CW); in InvertedRoundedCornerDrawInfo() 133 mPath.op(square, circle, Path.Op.DIFFERENCE); in InvertedRoundedCornerDrawInfo()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetCallsTest.java | 57 View square = mActivity.findViewById(R.id.square1); in setUp() local 69 mAnimator = ObjectAnimator.ofFloat(square, "translationX", 0f, 100f); in setUp() 341 View square = mActivity.findViewById(R.id.square1); in endInCancel() local 342 assertEquals(100f, square.getTranslationX(), 0.001f); in endInCancel()
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 294 inline int square(int x) { in square() function 312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG)); in chooseModifier() 317 score += (etc1_uint32) (3 * square(decodedR - pixelR)); in chooseModifier() 322 score += (etc1_uint32) square(decodedB - pixelB); in chooseModifier()
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 83 * RenderScript supports fixed size square matrices of floats of size 2x2, 3x3, and 4x4. 501 * A square 2x2 matrix of floats. The entries are stored in the array at the 513 * A square 3x3 matrix of floats. The entries are stored in the array at the 525 * A square 4x4 matrix of floats. The entries are stored in the array at the 537 * A square 4x4 matrix of floats that represents a quaternion.
|
D | rs_for_each.rsh | 124 * float __attribute__((kernel)) square(float a) { 129 * rsForEach(square, ain, aout);
|
D | rs_math.rsh | 82 * 2 divided by the square root of pi, as a 32 bit float. 145 * The inverse of the square root of 2, as a 32 bit float. 152 * The square root of 2, as a 32 bit float. 2100 * half_rsqrt: Reciprocal of a square root computed to 16 bit precision 2131 * Returns the approximate square root of a value. 5038 * native_rsqrt: Approximate reciprocal of a square root 5281 * native_sqrt: Approximate square root 5889 * rsqrt: Reciprocal of a square root 6135 * Returns the square root of a value.
|
D | rs_matrix.rsh | 22 * These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/base/proto/src/ |
D | altitude.proto | 39 // Defines the root mean square error in meters of the geoid height.
|
/frameworks/base/core/java/android/window/flags/ |
D | windowing_frontend.aconfig | 69 description: "On close to square display, when necessary, configuration includes status bar"
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 83 2 divided by the square root of pi, as a 32 bit float. 155 The inverse of the square root of 2, as a 32 bit float. 163 The square root of 2, as a 32 bit float. 1155 summary: Reciprocal of a square root computed to 16 bit precision 1173 Returns the approximate square root of a value. 2537 summary: Approximate reciprocal of a square root 2662 summary: Approximate square root 3027 summary: Reciprocal of a square root 3171 Returns the square root of a value.
|
D | rs_for_each.spec | 123 float __attribute__((kernel)) square(float a) {<br/> 128 rsForEach(square, ain, aout);<br/>
|
D | rs_matrix.spec | 20 These functions let you manipulate square matrices of rank 2x2, 3x3, and 4x4.
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashscreenContentDrawer.java | 777 final double square = squareH + squareS + squareV; in isRgbSimilarInHsv() local 778 final double mean = square / 3; in isRgbSimilarInHsv()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 183 (For example, a function in a library to compute square roots has 187 be optional: if the application does not supply it, the square 188 root function must still compute square roots.)
|