Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DTestWorkspaceBuilder.java65 int initY = widgetRect.getCellY(); in fillWithWidgets() local
67 for (int y = initY; y < initY + widgetRect.getSpanY(); y++) { in fillWithWidgets()