Searched refs:headAngleUnitVector (Results 1 – 5 of 5) sorted by relevance
111 public final @Nullable Point3D headAngleUnitVector; field in GazeDetection131 @Nullable Point3D headAngleUnitVector, in GazeDetection() argument139 this.headAngleUnitVector = headAngleUnitVector; in GazeDetection()155 dest.writeParcelable(headAngleUnitVector, flags); in writeToParcel()168 + (headAngleUnitVector == null ? "(null)" : headAngleUnitVector) in toString()191 headAngleUnitVector = in.readParcelable(Point3D.class.getClassLoader()); in GazeDetection()
23 double[] headAngleUnitVector;
37 double[] headAngleUnitVector;
190 convertToPoint3D(inputDetection.headAngleUnitVector), in convertToGazeDetection()