Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DUtils.kt46 fun <A, B, C, D, E, F, G> toSeptuple(a: A, bcdefg: Sextuple<B, C, D, E, F, G>) = in <lambda>() method
135 return this.sample(combine(b, c, d, e, f, g, ::Sextuple), ::toSeptuple) in <lambda>()