Searched refs:scaleHeight (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ScaleDrawableTest.java | 346 float scaleHeight = 0.3f; in testOnBoundsChange() local 348 mockDrawable, Gravity.LEFT, scaleWidth, scaleHeight); in testOnBoundsChange() 354 bounds.height() - (int) (bounds.height() * scaleHeight), bounds, expected); in testOnBoundsChange() 361 scaleHeight = 0.7f; in testOnBoundsChange() 364 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight); in testOnBoundsChange() 370 bounds.height() - (int) (bounds.height() * scaleHeight * (10000 - level) / 10000), in testOnBoundsChange() 378 scaleHeight = -0.3f; in testOnBoundsChange() 380 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight); in testOnBoundsChange() 389 scaleHeight = 1.7f; in testOnBoundsChange() 391 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight); in testOnBoundsChange() [all …]
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | ActivityTransitionTests.java | 652 final int scaleHeight = testBounds.testableBounds.height() / 5; in getIsAppRegionOfScreenOfColorResult() local 654 (scaleHeight + testBounds.testableBounds.top), in getIsAppRegionOfScreenOfColorResult() 655 (scaleHeight * 2 + testBounds.testableBounds.top), in getIsAppRegionOfScreenOfColorResult() 656 (scaleHeight * 3 + testBounds.testableBounds.top), in getIsAppRegionOfScreenOfColorResult() 657 (scaleHeight * 4 + testBounds.testableBounds.top)}; in getIsAppRegionOfScreenOfColorResult() 752 final int scaleHeight = testBounds.testableBounds.height() / 5; in assertColorChangeXIndex() local 754 (scaleHeight + testBounds.testableBounds.top), in assertColorChangeXIndex() 755 (scaleHeight * 2 + testBounds.testableBounds.top), in assertColorChangeXIndex() 756 (scaleHeight * 3 + testBounds.testableBounds.top), in assertColorChangeXIndex() 757 (scaleHeight * 4 + testBounds.testableBounds.top)}; in assertColorChangeXIndex()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 1427 field public static final int scaleHeight = 16843261; // 0x10101fd
|