Searched refs:widthInches (Results 1 – 4 of 4) sorted by relevance
176 val widthInches: Double in <lambda>() constant183 widthInches = windowBounds.width() / densityDpi.toDouble() in <lambda>()189 widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>()194 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
172 val widthInches: Double in <lambda>() constant179 widthInches = windowBounds.width() / densityDpi.toDouble() in <lambda>()185 widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>()190 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
158 val widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in <lambda>() constant160 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in <lambda>()
182 val widthInches = metrics.widthPixels / metrics.xdpi.toDouble() in getDeviceType() constant184 val diagonalSizeInches = sqrt(widthInches.pow(2.0) + heightInches.pow(2.0)) in getDeviceType()