Searched refs:bottomLeft (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | RoundedCornerTests.java | 208 final RoundedCorner bottomLeft = display.getRoundedCorner(POSITION_BOTTOM_LEFT); in calculateWindowBounds() local 211 bottomLeft != null ? bottomLeft.getCenter().x : 0); in calculateWindowBounds() 213 bottomLeft != null ? bottomLeft.getCenter().y : 0); in calculateWindowBounds() 217 bottomLeft != null ? bottomLeft.getCenter().y : height); in calculateWindowBounds()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyGLProducerCtsActivity.java | 46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer() argument 49 mBottomLeftColor = bottomLeft; in QuadColorGLRenderer()
|
D | PixelCopyTest.java | 865 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument 867 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local 871 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument 878 assertEquals("Bottom left", bottomLeft, getPixelFloatPos(bitmap, .25f, .75f)); in assertBitmapQuadColor() 888 assertEquals("Bottom left II", bottomLeft, getPixelFloatPos(bitmap, below, above)); in assertBitmapQuadColor() 897 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor() argument 906 assertBitmapColor("Bottom left", bitmap, bottomLeft, in assertBitmapQuadColor() 917 assertBitmapColor("Bottom left II", bitmap, bottomLeft, in assertBitmapQuadColor()
|
D | TextureViewTest.java | 592 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() argument 594 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
|