Searched refs:defaultBounds (Results 1 – 1 of 1) sorted by relevance
297 final Rect defaultBounds = new Rect(); in getDefaultBounds() local301 defaultBounds.set(0, 0, size.getWidth(), size.getHeight()); in getDefaultBounds()302 final Rect movementBounds = getMovementBounds(defaultBounds); in getDefaultBounds()303 mSnapAlgorithm.applySnapFraction(defaultBounds, movementBounds, snapFraction); in getDefaultBounds()308 defaultBounds); in getDefaultBounds()310 return defaultBounds; in getDefaultBounds()