Searched defs:Int (Results 1 – 4 of 4) sorted by relevance
50 private fun Int?.getDefaultTransform(x: Float, y: Float): Matrix33 { in getDefaultTransform() method
178 fun Int.isFlagClear(bits: Int): Boolean { in isFlagClear() method182 fun Int.isFlagSet(bits: Int): Boolean { in isFlagSet() method
28 fun Int.isRotated() = this == Surface.ROTATION_90 || this == Surface.ROTATION_270 in isRotated() method
143 private fun Int.desc() = in Int() method