Home
last modified time | relevance | path

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

/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/internal/
DConfig.kt31 public val depthEstimation: DepthEstimationMode = DepthEstimationMode.Disabled,
61 depthEstimation: DepthEstimationMode = this.depthEstimation, in copy()
124 public class DepthEstimationMode private constructor(public val mode: Int) { class in androidx.xr.runtime.internal.Config
127 @JvmField public val Disabled: DepthEstimationMode = DepthEstimationMode(0)
132 @JvmField public val Enabled: DepthEstimationMode = DepthEstimationMode(1)
/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/
DConfig.kt25 public typealias DepthEstimationMode = androidx.xr.runtime.internal.Config.DepthEstimationMode typealias
/xr/runtime/runtime-openxr/src/androidTest/kotlin/androidx/xr/runtime/openxr/
DOpenXrManagerTest.kt26 import androidx.xr.runtime.internal.Config.DepthEstimationMode
105 Config.DepthEstimationMode.Disabled, in <lambda>()
124 Config.DepthEstimationMode.Enabled, in configure_insufficientPermissions_throwsPermissionNotGrantedException()
/xr/runtime/runtime/src/test/kotlin/androidx/xr/runtime/
DSessionTest.kt113 DepthEstimationMode.Enabled, in configure_returnsSuccessAndChangesConfig()
122 DepthEstimationMode.Disabled, in configure_returnsSuccessAndChangesConfig()
137 check(currentConfig.depthEstimation == DepthEstimationMode.Enabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult()
142 underTest.config.copy(depthEstimation = DepthEstimationMode.Disabled) in configure_permissionNotGranted_returnsPermissionNotGrantedResult()
/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-testing/src/main/kotlin/androidx/xr/runtime/testing/
DFakeLifecycleManager.kt76 Config.DepthEstimationMode.Enabled,
/xr/runtime/runtime-openxr/src/main/kotlin/androidx/xr/runtime/openxr/
DOpenXrManager.kt55 Config.DepthEstimationMode.Disabled,
/xr/runtime/runtime/api/
Drestricted_current.txt328 …ingMode handTracking, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstima…
332 …ingMode handTracking, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstima…
333 …ingMode handTracking, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstima…
334 …ingMode handTracking, optional androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstima…
336 method public androidx.xr.runtime.internal.Config.DepthEstimationMode getDepthEstimation();
341 property public androidx.xr.runtime.internal.Config.DepthEstimationMode depthEstimation;
360 public static final class Config.DepthEstimationMode {
363 …field public static final androidx.xr.runtime.internal.Config.DepthEstimationMode.Companion Compan…
364 field public static final androidx.xr.runtime.internal.Config.DepthEstimationMode Disabled;
365 field public static final androidx.xr.runtime.internal.Config.DepthEstimationMode Enabled;
[all …]