Searched defs:and (Results 1 – 5 of 5) sorted by relevance
84 inline infix fun Region.and(r: Rect) = this + r in not() method89 inline infix fun Region.and(r: Region) = this + r in not() method
60 inline infix fun Path.and(p: Path) = this + p in and() method
239 inline infix fun Rect.and(r: Rect) = this + r in and() method244 inline infix fun RectF.and(r: RectF) = this + r in and() method
46 inline infix fun <T : Comparable<T>> Range<T>.and(other: Range<T>): Range<T> = intersect(other) in rangeTo() method
42 public static Validator and(@NonNull Validator...validators) { in and() method in Validators