Searched refs:displayY (Results 1 – 4 of 4) sorted by relevance
78 val displayY = (device.displayHeight * 0.9).toInt() - barLayerHeight in <lambda>() constant79 device.swipe(pipCenterX, pipCenterY, displayCenterX, displayY, 50) in <lambda>()
244 void expectTapInDisplayCoordinates(int displayX, int displayY) { in expectTapInDisplayCoordinates() argument252 EXPECT_EQ(displayY, coords.getY()); in expectTapInDisplayCoordinates()
4363 int32_t toRawY(float displayY);4365 int32_t toRotatedRawY(float displayY);4444 int32_t TouchInputMapperTest::toRawY(float displayY) { in toRawY() argument4445 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT + RAW_Y_MIN); in toRawY()4452 int32_t TouchInputMapperTest::toRotatedRawY(float displayY) { in toRotatedRawY() argument4453 return int32_t(displayY * (RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_WIDTH + RAW_Y_MIN); in toRotatedRawY()
8615 float displayX, float displayY) { in isPointInsideWindow() argument8622 return w.getBounds().contains((int) displayX, (int) displayY); in isPointInsideWindow()