Home
last modified time | relevance | path

Searched defs:xOff (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DDebugContext.java230 int xOff = AC.RN.nextInt(AC.Width-AC.Height) + AC.Height; in testDebugContextRsAllocationCopy2D_Short_Normal() local
404 int xOff = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy2D_Short_BadYCount() local
434 int xOff = random.nextInt(width); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
DRsAllocationCopyTest.java266 int xOff = random.nextInt(width); in test_RsAllocationCopy2D_Byte() local
320 int xOff = random.nextInt(width); in test_RsAllocationCopy2D_Short() local
376 int xOff = random.nextInt(width); in test_RsAllocationCopy2D_Int() local
432 int xOff = random.nextInt(width); in test_RsAllocationCopy2D_Float() local
488 int xOff = random.nextInt(width); in test_RsAllocationCopy2D_Long() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java655 final int xOff = windowInsets.getSystemWindowInsetLeft() + 10; in testShowAtLocation() local
690 final int xOff = 11; in testShowAsDropDownWithOffsets() local