DynamicGrid
DynamicGrid copied to clipboard
handleCellSwitch()
i don't know what is mean, float xDiff = Math.abs(DynamicGridUtils.getViewX(view) - DynamicGridUtils.getViewX(mobileView)); float yDiff = Math.abs(DynamicGridUtils.getViewY(view) - DynamicGridUtils.getViewY(mobileView));
beacause they are always 0.0f. All views have the same widht and height.
What are you trying to achieve?