Searched defs:mTransform (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h81 int mTransform; member in class:android::camera3::Camera3OutputStream
H A DCamera3StreamBufferListener.h33 uint32_t mTransform; member in struct:android::camera3::Camera3StreamBufferListener::BufferInfo
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTransformParam.java35 Transform mTransform; field in class:TransformParam
43 mTransform = t;
44 if (mField != null && mTransform != null) {
45 mData.transform = mTransform.getRSData().getAllocation();
70 if (mTransform != null) {
71 mData.transform = mTransform.getRSData().getAllocation();
H A DCamera.java34 Transform mTransform; field in class:Camera
48 mTransform = t;
50 mField.set_transformMatrix(0, mTransform.getRSData().getAllocation(), true);
98 if (mTransform == null) {
104 mData.transformMatrix = mTransform.getRSData().getAllocation();
H A DLightBase.java37 Transform mTransform; field in class:LightBase
46 mTransform = t;
76 mFieldData.transformMatrix = mTransform.getRSData().getAllocation();
H A DRenderable.java49 Transform mTransform; field in class:Renderable
94 return mTransform;
98 mTransform = t;
184 mTransform).getAllocation();
197 mTransform).getAllocation();
207 if (mTransform == null) {
208 mTransform = SceneManager.getDefaultTransform();
213 mData.transformMatrix = mTransform.getRSData().getAllocation();
/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h65 // mTransform is the current transform flags for this buffer slot.
66 uint32_t mTransform; member in class:android::IGraphicBufferConsumer::BufferItem
96 // it is displayed onto. This is applied after mTransform.
H A DSurface.h207 // mTransform is the transform identifier that will be used for the next
209 uint32_t mTransform; member in class:android::Surface
/frameworks/av/services/camera/libcameraservice/gui/
H A DRingBufferConsumer.h93 // mTransform is the current transform flags for this buffer slot.
94 uint32_t mTransform; member in struct:android::RingBufferConsumer::BufferInfo
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java68 private AffineTransform mTransform = null; field in class:GcSnapshot
400 // Set the current transform and clip which can either come from mTransform/mClip if they
405 // reset mTransform in case there was one.
406 mTransform = null;
424 if (mTransform == null) {
425 mTransform = new AffineTransform();
427 mTransform.translate(dx, dy);
437 if (mTransform == null) {
438 mTransform = new AffineTransform();
440 mTransform
[all...]

Completed in 124 milliseconds