Home
last modified time | relevance | path

Searched refs:toQuad (Results 1 – 3 of 3) 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
86 return this.sample(combine(b, c, d, ::Triple), ::toQuad) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardDismissInteractor.kt28 import com.android.systemui.util.kotlin.Utils.Companion.toQuad in <lambda>()
70 ::toQuad in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DPromptIconViewBinder.kt36 import com.android.systemui.util.kotlin.Utils.Companion.toQuad in <lambda>()
169 ::toQuad in <lambda>()