Home
last modified time | relevance | path

Searched refs:toQuint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DUtils.kt38 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
101 return this.sample(combine(b, c, d, e, ::Quad), ::toQuint) in <lambda>()