Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 19 of 19) sorted by relevance

/development/tools/otagui/
Djest.config.js3 transform: { property
/development/tools/ota_analysis/
Djest.config.js5 transform: { property
/development/tools/winscope/protos/surfaceflinger/udc/
Ddisplay.proto35 TransformProto transform = 6; field
Dcommon.proto72 TransformProto transform = 16; field
Dtransactions.proto65 Transform transform = 6; field
209 uint32 transform = 19; field
265 Transform transform = 11; field
Dlayers.proto77 TransformProto transform = 23; field
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dtransformer.ts43 transform(x: Timestamp): number { method in Transformer
/development/tools/winscope/src/parsers/perfetto/
Dfake_proto_transformer.ts26 transform(proto: FakeProto): FakeProto { method in FakeProtoTransformer
/development/tools/winscope/src/test/e2e/
Dviewer_surface_flinger_test.ts74 const transform = curatedProperties.element( constant
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_input.ts44 transform(mapToRange: Segment): MiniCanvasDrawerData { method in MiniTimelineDrawerInput
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLVertex.java73 public void update(IntBuffer vertexBuffer, M4 transform) { in update()
DGLWorld.java67 public void transformVertex(GLVertex vertex, M4 transform) { in transformVertex()
DGLShape.java72 public void animateTransform(M4 transform) { in animateTransform()
/development/tools/winscope/src/trace/
Dtrace_rect_builder.ts29 transform: TransformMatrix = Transform.EMPTY.matrix; property in TraceRectBuilder
/development/tools/winscope/src/viewers/components/rects/
Dui_rect_builder.ts26 transform: TransformMatrix | undefined; property in UiRectBuilder
Dtypes3d.ts55 transform: TransformMatrix; property
Dcanvas.ts172 const transform = Canvas.toMatrix4(rect.transform); constant
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java362 public abstract String transform(Cursor cursor, int columnIndex); in transform() method in Adapters.CursorTransformation
1004 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.IdentityTransformation
1057 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.ExpressionTransformation
1133 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.MapTransformation
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts256 const transform = layer.getEagerPropertyByName('transform'); constant