Home
last modified time | relevance | path

Searched defs:targetHeight (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DBitmapImage.java127 final int targetHeight = targetImage.getHeight(); in robustMatch() local
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DWatermark.java104 final int targetHeight = targetImage.getHeight(); in robustMatch() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java403 int sourceHeight, targetHeight; in testSetTargetDensity() local
DNinePatchDrawableTest.java386 int targetHeight = DrawableTestUtils.scaleBitmapFromDensity( in testInflate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java400 int targetHeight = h; in getOptimalSize() local
/cts/tests/tests/media/src/android/media/cts/
DMediaMetadataRetrieverTest.java564 private void testThumbnail(final String res, int targetWdith, int targetHeight) { in testThumbnail()
569 int targetHeight) { in testThumbnail()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp1065 jobject jbitmap, jint targetWidth, jint targetHeight, in testDecodeCrop()