Searched defs:Int (Results 1 – 9 of 9) sorted by relevance
84 typedef signed int Int; typedef
28 Int = 1L << 0, enumerator
260 public static final class Int extends ValueBase { class in Completable
58 typedef int Int; typedef
596 private fun Int.toGravity(): Int { in toGravity() method606 private fun Int.innerGravity(): Int { in Int() method
29 typedef int Int; typedef
432 private fun Int.isHorizontal(): Boolean { in Int() method
31 const TypeDescriptor TypeDescriptor::Int() { return TypeDescriptor{"I"}; }; in Int() function in startop::dex::TypeDescriptor
45 private val Int.capabilityName get() = NetworkCapabilities.capabilityNameOf(this) constant