/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
D | ShapeTest.java | 42 mockShape.resize(200f, 300f); in testSize() 47 mockShape.resize(0f, 0f); in testSize() 51 mockShape.resize(Float.MAX_VALUE, Float.MAX_VALUE); in testSize() 55 mockShape.resize(-1, -1); in testSize() 64 mockShape.resize(200f, 300f); in testOnResize() 69 mockShape.resize(200f, 300f); in testOnResize() 74 mockShape.resize(100f, 200f); in testOnResize() 80 shape.resize(100f, 200f); in testClone() 102 shape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw()
|
D | PathShapeTest.java | 60 pathShape.resize(SHAPE_SIZE, SHAPE_SIZE); in testDraw() 68 pathShape.resize(SHAPE_SIZE / 2, SHAPE_SIZE / 2); in testDraw() 92 pathShape.resize(100f, 200f); in testClone()
|
D | RectShapeTest.java | 56 rectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw() 68 rectShape.resize(100f, 200f); in testClone() 86 rectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testRect()
|
D | ArcShapeTest.java | 54 arcShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw() 63 arcShape.resize(SQUARE, SQUARE); // half circle in testDraw()
|
D | OvalShapeTest.java | 49 ovalShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw() 57 ovalShape.resize(SQUARE, SQUARE); // circle in testDraw()
|
D | RoundRectShapeTest.java | 71 roundRectShape.resize(TEST_WIDTH, TEST_HEIGHT); in testDraw() 85 roundRectShape.resize(100f, 200f); in testClone()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationResize.java | 43 mIn.resize(INPUTSIZE); in testResize() 44 mOut.resize(INPUTSIZE); in testResize()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ShapeHolder.java | 95 s.resize(width, s.getHeight()); in setWidth() 104 s.resize(s.getWidth(), height); in setHeight()
|
D | AnimationActivity.java | 245 circle.resize(x, y); in addBall()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSResizeTest.java | 74 ScriptIntrinsicResize resize = ScriptIntrinsicResize.create(mRS); in testResize() local 75 resize.setInput(rsInput); in testResize() 76 resize.forEach_bicubic(rsOutput); in testResize()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 415 sp<ScriptIntrinsicResize> resize = ScriptIntrinsicResize::create(rs); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local 427 resize->setInput(inputAlloc); in Java_android_cts_rscpp_RSResizeTest_resizeTest() 428 resize->forEach_bicubic(outputAlloc); in Java_android_cts_rscpp_RSResizeTest_resizeTest()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawableTest.java | 198 public Shader resize(int width, int height) { in resize() method in ShapeDrawableTest.MockShaderFactory
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 1796 .icon-resize-full { 1799 .icon-resize-small { 1865 .icon-resize-vertical { 1868 .icon-resize-horizontal {
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | gbemu.js | 1293 Resize.prototype.resize = function (buffer) { method in Resize 7594 return this.resizer.resize(this.swizzledFrame);
|