Home
last modified time | relevance | path

Searched defs:toQuad (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DUtils.kt31 fun <A, B, C, D> toQuad(a: A, b: B, c: C, d: D) = Quad(a, b, c, d) in <lambda>() method
33 fun <A, B, C, D> toQuad(a: A, bcd: Triple<B, C, D>) = in <lambda>() method
35 fun <A, B, C, D> toQuad(abc: Triple<A, B, C>, d: D) = in <lambda>() method