Home
last modified time | relevance | path

Searched defs:nativePointer (Results 1 – 6 of 6) sorted by relevance

/xr/runtime/runtime-testing/src/main/kotlin/androidx/xr/runtime/testing/
DFakeAnchorEntity.kt28 override val nativePointer: Long = 0L constant in androidx.xr.runtime.testing.FakeAnchorEntity
/xr/runtime/runtime-openxr/src/main/kotlin/androidx/xr/runtime/openxr/
DExportableAnchor.kt27 public val nativePointer: Long constant
DOpenXrManager.kt42 internal var nativePointer: Long = 0L variable
DOpenXrAnchor.kt31 override public val nativePointer: Long, constant in androidx.xr.runtime.openxr.OpenXrAnchor
/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/internal/
DAnchorEntity.kt30 public val nativePointer: Long constant
/xr/scenecore/scenecore/src/test/java/androidx/xr/scenecore/impl/
DAnchorEntityImplTest.java90 long nativePointer, in FakeExportableAnchor()