Searched refs:spanX (Results 1 – 3 of 3) sorted by relevance
210 int spanX = (width + smallerSize) / smallerSize; in getLauncherCellDimensions() local215 width = spanX * previewCellSize + ((spanX - 1) * widthGap); in getLauncherCellDimensions()
184 float spanX = obj.getBoundsMaxX() - obj.getBoundsMinX(); in onDraw() local187 float maxSpan = Math.max(spanX, spanY); in onDraw()
669 float spanX = ScaleGestureDetectorCompat.getCurrentSpanX(scaleGestureDetector);672 float newWidth = lastSpanX / spanX * mCurrentViewport.width();693 lastSpanX = spanX;