Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java671 final int yAxis = mCountY; in pointToCellExact() local
676 if (result[1] >= yAxis) result[1] = yAxis - 1; in pointToCellExact()