Home
last modified time | relevance | path

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

/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/internal/
DConfig.kt31 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/
DOpenXrManager.kt65 config.depthEstimation.mode, in configure()
134 depthEstimation: Int,
/xr/runtime/runtime/src/test/kotlin/androidx/xr/runtime/internal/
DConfigTest.kt72 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/
DSessionTest.kt137 check(currentConfig.depthEstimation == DepthEstimationMode.Enabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult()
142 underTest.config.copy(depthEstimation = DepthEstimationMode.Disabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult()
/xr/runtime/runtime/api/
Drestricted_current.txt328 …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;