Home
last modified time | relevance | path

Searched refs:yFromX (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java826 IntForInt xFromY, IntForInt yFromX, int xFirst, int xLimit) throws Exception { in checkRoundTripIntTranslation() argument
829 assertEquals(i, xFromY.translate(yFromX.translate(i))); in checkRoundTripIntTranslation()
832 yFromX.translate(xLimit); in checkRoundTripIntTranslation()
838 xFromY.translate(yFromX.translate(xLimit - 1) + 1); in checkRoundTripIntTranslation()