Home
last modified time | relevance | path

Searched refs:mDepthZ (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DRotate3dAnimation.java33 private final float mDepthZ; field in Rotate3dAnimation
58 mDepthZ = depthZ; in Rotate3dAnimation()
81 camera.translate(0.0f, 0.0f, mDepthZ * interpolatedTime); in applyTransformation()
83 camera.translate(0.0f, 0.0f, mDepthZ * (1.0f - interpolatedTime)); in applyTransformation()