Searched refs:MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
39 private static final int MIN_SIZE = 20; field in PathDestructionActivity63 left = r.nextFloat() * (getWidth() - MIN_SIZE); in getRandomPath()64 top = r.nextFloat() * (getHeight() - MIN_SIZE); in getRandomPath()
2802 private static final int MIN_SIZE = 10;2866 mData = new int[Math.max(position, MIN_SIZE) + 1];