Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/wallpapereffectsgeneration/
H A DCameraAttributes.java51 private float mCameraOrbitYawDegrees; field in CameraAttributes
76 this.mCameraOrbitYawDegrees = in.readFloat(); in CameraAttributes()
92 mCameraOrbitYawDegrees = cameraOrbitYawDegrees; in CameraAttributes()
123 return mCameraOrbitYawDegrees; in getCameraOrbitYawDegrees()
180 out.writeFloat(mCameraOrbitYawDegrees); in writeToParcel()
206 private float mCameraOrbitYawDegrees; field in CameraAttributes.Builder
238 mCameraOrbitYawDegrees = cameraOrbitYawDegrees; in setCameraOrbitYawDegrees()
299 mCameraOrbitYawDegrees, in build()