Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java103 int Height; field in DebugContext.SetupAllocationCopyTests
122 Height = RN.nextInt(size/2); in SetupAllocationCopyTests()
126 ArrLen = Width * Height; in SetupAllocationCopyTests()
134 typeBuilder.setX(Width).setY(Height); in SetupAllocationCopyTests()
230 int xOff = AC.RN.nextInt(AC.Width-AC.Height) + AC.Height; in testDebugContextRsAllocationCopy2D_Short_Normal()
231 int yOff = AC.RN.nextInt(AC.Height); in testDebugContextRsAllocationCopy2D_Short_Normal()
233 int yCount = AC.RN.nextInt(AC.Height - yOff); in testDebugContextRsAllocationCopy2D_Short_Normal()
252 for (int i = 0; i < AC.Height; i++) { in testDebugContextRsAllocationCopy2D_Short_Normal()
405 int yOff = AC.RN.nextInt(AC.Height); in testDebugContextRsAllocationCopy2D_Short_BadYCount()
412 Soob.set_yCount(AC.Height - yOff + 1); // Invalid Y count by 1 in testDebugContextRsAllocationCopy2D_Short_BadYCount()
/cts/tests/tests/security/src/android/security/cts/
DBitmapWrapper.java31 Height, enumConstant
80 if (mReplaceFields.containsKey(Field.Height)) { in writeToParcel()
82 dest.writeInt(mReplaceFields.get(Field.Height)); in writeToParcel()
DBitmapTest.java152 .replace(BitmapWrapper.Field.Height, 10_000) in test_inplace_213169612()
200 .replace(BitmapWrapper.Field.Height, 10_000) in test_ashmem_213169612()
212 .replace(BitmapWrapper.Field.Height, 100); in test_ashmem_213169612()
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/
DAndroid.bp88 "Height": 1080,