Searched refs:BOUNDS_OFFSET (Results 1 – 1 of 1) sorted by relevance
65 val x = if (right) displayBounds.right - BOUNDS_OFFSET else BOUNDS_OFFSET in repositionHorizontally()70 val y = if (bottom) displayBounds.bottom - BOUNDS_OFFSET else BOUNDS_OFFSET in repositionVertically()131 private const val BOUNDS_OFFSET: Int = 100 constant