data class ScreenConfig
<init> |
ScreenConfig(layout: Byte = 0, uiMode: Byte = 0, smallestWidthDp: Short = 0) |
layout |
var layout: Byte |
smallestWidthDp |
var smallestWidthDp: Short |
uiMode |
var uiMode: Byte |
SCREEN_LAYOUT_DIR_LTR |
const val SCREEN_LAYOUT_DIR_LTR: Byte |
SCREEN_LAYOUT_DIR_RTL |
const val SCREEN_LAYOUT_DIR_RTL: Byte |
SCREEN_LAYOUT_DIR_UNDEFINED |
const val SCREEN_LAYOUT_DIR_UNDEFINED: Byte |