Searched refs:Layers (Results 1 – 4 of 4) sorted by relevance
19 import android.surfaceflinger.nano.Layers121 fun parseFromLegacyDump(proto: Layers.LayersProto): LayersTrace { in parseFromLegacyDump()145 Layers.LayersProto.parseFrom(data) in parseFromLegacyDump()
19 import android.surfaceflinger.nano.Layers31 class Transform(transform: TransformProto?, position: Layers.PositionProto?) :37 private fun getMatrix(transform: TransformProto?, position: Layers.PositionProto?): in getMatrix()
23 import android.surfaceflinger.nano.Layers40 private var layerProtos: Array<Layers.LayerProto> = emptyArray(),65 fun newLayer(proto: Layers.LayerProto): Layer { in newLayer()120 fun Layers.FloatRectProto?.toRectF(): RectF? { in toRectF() method142 fun Layers.ActiveBufferProto?.toBuffer(): ActiveBuffer { in toBuffer() method
96 Layers Trace can be found in: /layers_trace_emptyregion.pb123 Captures Layers trace. This monitor is started by default. Build a transition with `skipLayersTrace…