Searched refs:srcSize (Results 1 – 3 of 3) sorted by relevance
153 size = testCase.srcSize, in runTestCase()171 size = testCase.srcSize, in mergeBoards()195 size = testCase.srcSize, in runExtensiveTestCases()
107 val srcSize: Point, constant in com.android.launcher3.celllayout.testgenerator.GridMigrationUnitTestCase170 srcSize = Point(width, height), in generateTestCase()
614 final long srcSize = srcFile.getStatSize(); in copyFileHelper() local616 if (srcSize > 0 && sm.isAllocationSupported(dstFd)) { in copyFileHelper()617 sm.allocateBytes(dstFd, srcSize); in copyFileHelper()