Searched refs:toQuad (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Utils.kt | 31 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/ |
D | KeyguardDismissInteractor.kt | 28 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/ |
D | PromptIconViewBinder.kt | 36 import com.android.systemui.util.kotlin.Utils.Companion.toQuad in <lambda>() 169 ::toQuad in <lambda>()
|