Searched refs:depthEstimation (Results 1 – 5 of 5) sorted by relevance
| /xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/internal/ |
| D | Config.kt | 31 public val depthEstimation: DepthEstimationMode = DepthEstimationMode.Disabled, constant in androidx.xr.runtime.internal.Config 41 if (depthEstimation != other.depthEstimation) return false in equals() 51 result = 31 * result + depthEstimation.hashCode() in hashCode() 61 depthEstimation: DepthEstimationMode = this.depthEstimation, in copy() 68 depthEstimation = depthEstimation, in copy()
|
| /xr/runtime/runtime-openxr/src/main/kotlin/androidx/xr/runtime/openxr/ |
| D | OpenXrManager.kt | 65 config.depthEstimation.mode, in configure() 134 depthEstimation: Int,
|
| /xr/runtime/runtime/src/test/kotlin/androidx/xr/runtime/internal/ |
| D | ConfigTest.kt | 72 val config1 = Config(depthEstimation = Config.DepthEstimationMode.Enabled) in equals_differentDepthEstimation_returnsFalse() 73 val config2 = Config(depthEstimation = Config.DepthEstimationMode.Disabled) in equals_differentDepthEstimation_returnsFalse()
|
| /xr/runtime/runtime/src/test/kotlin/androidx/xr/runtime/ |
| D | SessionTest.kt | 137 check(currentConfig.depthEstimation == DepthEstimationMode.Enabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult() 142 underTest.config.copy(depthEstimation = DepthEstimationMode.Disabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult()
|
| /xr/runtime/runtime/api/ |
| D | restricted_current.txt | 328 …ng, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation, optional and… 332 …de handTracking, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation); 333 …ng, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation, optional and… 334 …ng, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation, optional and… 341 property public androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation;
|