/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 75 final float scale = 2.0f; in testSetScale() local 93 final float scale = 2.0f; in testSetScaleAndCenter() local 124 final float scale = 2.0f; in testListener() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryIncidentTest.java | 55 int scale = dump.getScale(); in verifyBatteryServiceDumpProto() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | IvfWriter.java | 56 String filename, String mimeType, int width, int height, int scale, in IvfWriter() 117 int frameCount, int width, int height, int scale, int rate, String mimeType) { in makeIvfHeader()
|
D | FaceView.java | 78 float scale = Math.min((float) getWidth() / mPicWidth, (float) getHeight() / mPicHeight); in onDraw() local
|
D | VpxCodecTestBase.java | 1601 int scale = params.frameWidth / srcFrameWidth; in encodeSimulcast() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Vector2D.cpp | 41 void Vector2D::scale(float s) { in scale() function in Vector2D
|
D | Matrix.cpp | 86 void Matrix::scale(float x, float y, float z) { in scale() function in Matrix
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspWindow.java | 58 public void scale(double scale) { in scale() method in DspWindow
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BitmapDrawableTest.java | 100 final float scale = scaledDensityDpi / (float) preloadDensityDpi; in verifyPreloadDensityInner() local
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
D | FullPipelineRenderer.cpp | 152 float scale = 2.0f / count; in setUp() local
|
/cts/tools/utils/ |
D | monsoon.py | 244 def scale(val): function
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 337 float scale = 1 / 255f; in unpackSrc() local 346 float scale = 1 / 255f; in unpackDst() local 367 float scale = 1 / 255f; in filter() local
|
/cts/tests/tests/rsblas/assets/ |
D | blas_gen.py | 58 def sMatGen(m, n, scale): argument 63 def dMatGen(m, n, scale): argument 68 def cMatGen(m, n, scale): argument 75 def zMatGen(m, n, scale): argument 82 def matrixCreateScale(dt, m, n, scale): argument
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | NinePatchDrawableTest.java | 472 final float scale = scaledDensityDpi / (float) preloadDensityDpi; in verifySetTargetDensityInner() local 559 final float scale = scaledDensityDpi / (float) preloadDensityDpi; in verifyPreloadDensityInner() local 634 final float scale = scaledDensityDpi / (float) preloadDensityDpi; in verifyOutlinePreloadDensityInner() local
|
/cts/apps/CameraITS/pymodules/its/ |
D | cv2image.py | 60 def scale_img(img, scale=1.0): argument
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | InstallUpdateTest.java | 209 int scale = batteryStatus.getIntExtra(BatteryManager.EXTRA_SCALE, /* defaultValue= */ -1); in calculateBatteryPercentage() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | DetermineFovActivity.java | 196 float scale = (float) canvasWidth / photoWidth; in drawContents() local
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationSetTest.java | 397 final Animation scale = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f); in testClone() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2MultiViewTestCase.java | 215 float scale = in updatePreviewDisplayRotation() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageReaderTest.java | 596 float scale = scaledYuv.width() / yuvDimens.width(); in testAllOutputYUVResolutions() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 823 private static void scale(float factor, /*inout*/float[] matrix) { in scale() method in RawConverter
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 1420 const float* mesh, float scale, int texture_unit) { in SetUpProgram()
|