Searched defs:toQuint (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Utils.kt | 38 fun <A, B, C, D, E> toQuint(a: A, b: B, c: C, d: D, e: E) = Quint(a, b, c, d, e) in <lambda>() method 40 fun <A, B, C, D, E> toQuint(a: A, bcde: Quad<B, C, D, E>) = in <lambda>() method
|