Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetTest.java304 int alignedLocation = 0; in verifyBeginAligned() local
309 alignedLocation = sorted[i][sorted[i].length - 1].getRight(); in verifyBeginAligned()
311 assertEquals(alignedLocation, sorted[i][sorted[i].length - 1].getRight()); in verifyBeginAligned()
317 alignedLocation = sorted[i][0].getLeft(); in verifyBeginAligned()
319 assertEquals(alignedLocation, sorted[i][0].getLeft()); in verifyBeginAligned()
326 alignedLocation = sorted[i][0].getTop(); in verifyBeginAligned()
328 assertEquals(alignedLocation, sorted[i][0].getTop()); in verifyBeginAligned()