Home
last modified time | relevance | path

Searched refs:quarterHeight (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java529 int quarterHeight = height / 4; in testPostProcess()
530 return new Rect(quarterWidth, quarterHeight, in testPostProcess()
531 3 * quarterWidth, 3 * quarterHeight); in testPostProcess()
/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1389 int quarterHeight = height / 4; in testCrop() local
1390 cropRect = new Rect(quarterWidth, quarterHeight, in testCrop()
1391 quarterWidth * 3, quarterHeight * 3); in testCrop()