Skip to content

//paparazzi/app.cash.paparazzi/DeviceConfig/copy

copy

[jvm]\ fun copy(screenHeight: Int = this.screenHeight, screenWidth: Int = this.screenWidth, xdpi: Int = this.xdpi, ydpi: Int = this.ydpi, orientation: ScreenOrientation = this.orientation, uiMode: UiMode = this.uiMode, nightMode: NightMode = this.nightMode, density: Density = this.density, fontScale: Float = this.fontScale, layoutDirection: LayoutDirection = this.layoutDirection, locale: String? = this.locale, ratio: ScreenRatio = this.ratio, size: ScreenSize = this.size, keyboard: Keyboard = this.keyboard, touchScreen: TouchScreen = this.touchScreen, keyboardState: KeyboardState = this.keyboardState, softButtons: Boolean = this.softButtons, navigation: Navigation = this.navigation, screenRound: ScreenRound? = this.screenRound): DeviceConfig