Searched defs:adjustDirectUpstream (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/ |
D | NodeTypes.kt | 27 fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) in schedule() method
|
D | Mux.kt | 101 fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method 213 override fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method in com.android.systemui.kairos.internal.MuxNode.BranchNode
|
D | Graph.kt | 364 fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in adjustDirectUpstream() method
|
D | Demux.kt | 63 override fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method in com.android.systemui.kairos.internal.DemuxNode
|
D | MuxPrompt.kt | 257 override fun adjustDirectUpstream(scheduler: Scheduler, oldDepth: Int, newDepth: Int) { in <lambda>() method in PatchNode
|