Searched defs:component2 (Results 1 – 6 of 6) sorted by relevance
43 @RequiresApi(21) public inline operator fun Size.component2(): Int = height method63 @RequiresApi(21) public inline operator fun SizeF.component2(): Float = height method83 public inline operator fun SizeFCompat.component2(): Float = height method
47 public inline operator fun <F, S> Pair<F, S>.component2(): S = second method78 public inline operator fun <F, S> AndroidPair<F, S>.component2(): S = second method
47 @RequiresApi(26) public inline operator fun Color.component2(): Float = getComponent(1) method149 public inline operator fun @receiver:ColorInt Int.component2(): Int = (this shr 16) and 0xff method221 public inline operator fun @receiver:ColorLong Long.component2(): Float = Color.green(this) method
42 public inline operator fun Point.component2(): Int = this.y in component1() method62 public inline operator fun PointF.component2(): Float = this.y in component1() method
47 public inline operator fun Rect.component2(): Int = this.top in component1() method87 public inline operator fun RectF.component2(): Float = this.top in component1() method
41 public inline operator fun Location.component2(): Double = this.longitude method