stable class DpRect { stable val left: Dp stable val top: Dp stable val right: Dp stable val bottom: Dp } stable class IntRect { stable val left: Int stable val top: Int stable val right: Int stable val bottom: Int }