Searched refs:setTransform (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java162 mGroup1.setTransform(0, new Float4(0.0f, 0.0f, -15.0f, 0.0f), TransformType.TRANSLATE);
163 mGroup1.setTransform(1, new Float4(0.0f, 1.0f, 0.0f, 15.0f), TransformType.ROTATE);
165 mRobot1.setTransform(0, new Float4(-3.0f, -0.5f, 0.0f, 0.0f), TransformType.TRANSLATE);
166 mRobot1.setTransform(1, new Float4(0.0f, 1.0f, 0.0f, 20.0f), TransformType.ROTATE);
167 mRobot1.setTransform(2, new Float4(0.2f, 0.2f, 0.2f, 0.0f), TransformType.SCALE);
169 mRobot2.setTransform(0, new Float4(3.0f, 0.0f, 0.0f, 0.0f), TransformType.TRANSLATE);
170 mRobot2.setTransform(1, new Float4(0.0f, 1.0f, 0.0f, -20.0f), TransformType.ROTATE);
171 mRobot2.setTransform(2, new Float4(0.3f, 0.3f, 0.3f, 0.0f), TransformType.SCALE);
H A DSgTransform.java65 public void setTransform(int index, Float4 value, TransformType type) { method in class:SgTransform
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java160 abstract void setTransform(Matrix matrix); method in class:HardwareLayer
H A DGLES20RenderLayer.java96 void setTransform(Matrix matrix) { method in class:GLES20RenderLayer
H A DGLES20TextureLayer.java81 void setTransform(Matrix matrix) { method in class:GLES20TextureLayer
H A DTextureView.java412 public void setTransform(Matrix transform) { method in class:TextureView
427 * @see #setTransform(android.graphics.Matrix)
441 mLayer.setTransform(mMatrix);
/frameworks/base/include/gui/
H A DISurfaceTexture.h94 virtual status_t setTransform(uint32_t transform) = 0;
H A DSurfaceTexture.h104 virtual status_t setTransform(uint32_t transform);
437 // buffer that gets queued. It is set by calling setTransform.
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java312 layerGraphics.setTransform(currentMtx);
404 graphics2D.setTransform(getTransform());
469 public void setTransform(AffineTransform transform) { method in class:GcSnapshot
472 layer.getGraphics().setTransform(transform);
478 mTransform.setTransform(transform);
645 layer.getGraphics().setTransform(mtx);
/frameworks/base/include/media/stagefright/
H A DSurfaceMediaSource.h119 virtual status_t setTransform(uint32_t transform) {return OK;} function in class:android::SurfaceMediaSource
/frameworks/base/libs/gui/
H A DISurfaceTexture.cpp143 virtual status_t setTransform(uint32_t transform) { function in class:android::BpSurfaceTexture
293 status_t result = setTransform(transform);
H A DSurfaceTextureClient.cpp523 status_t err = mSurfaceTexture->setTransform(transform);
H A DSurfaceTexture.cpp650 status_t SurfaceTexture::setTransform(uint32_t transform) { function in class:android::SurfaceTexture
651 ST_LOGV("setTransform: xform=%#x", transform);
654 ST_LOGE("setTransform: SurfaceTexture has been abandoned!");
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java191 g.setTransform(currentTx);
431 snapshot.setTransform(currentTx);
454 snapshot.setTransform(matrixTx);
624 graphics.setTransform(new AffineTransform());

Completed in 7151 milliseconds