Searched defs:transform (Results 1 – 5 of 5) sorted by relevance
| /development/tools/winscope/src/ |
| D | transform.js | 17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… function 21 function handle_children(arg, transform) { argument
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
| D | GLVertex.java | 73 public void update(IntBuffer vertexBuffer, M4 transform) { in update()
|
| D | GLWorld.java | 67 public void transformVertex(GLVertex vertex, M4 transform) { in transformVertex()
|
| D | GLShape.java | 72 public void animateTransform(M4 transform) { in animateTransform()
|
| /development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
| D | Adapters.java | 362 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
|