Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewGridLayout.java35 public PagedViewGridLayout(Context context, int cellCountX, int cellCountY) { in PagedViewGridLayout()
DFocusHelper.java145 final int cellCountY = parent.getCellCountY(); in handlePagedViewGridLayoutWidgetKeyEvent() local
627 final int cellCountY = layout.getCountY(); in getClosestIconOnLine() local
DWorkspace.java296 int cellCountY = DEFAULT_CELL_COUNT_Y; in Workspace() local