Searched defs:bottomRight (Results 1 – 3 of 3) sorted by relevance
46 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
766 int bottomLeft, int bottomRight) { in assertBitmapQuadColor()777 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
146 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local