Searched defs:surfaceType (Results 1 – 9 of 9) sorted by relevance
139 val surfaceType = RtHitTestResult.HitTestSurfaceType.HIT_TEST_RESULT_SURFACE_TYPE_PLANE in hitTestAsync_callsRuntimeHitTest() constant183 val surfaceType = RtHitTestResult.HitTestSurfaceType.HIT_TEST_RESULT_SURFACE_TYPE_PLANE in hitTestAsync_withDefaultHitTestFilter_callsRuntimeHitTest() constant
646 val surfaceType = RuntimeHitTestResult.HitTestSurfaceType.HIT_TEST_RESULT_SURFACE_TYPE_PLANE in runtimeHitTestResultToHitTestResult_convertsCorrectly() constant661 val surfaceType = in runtimeHitTestResultWithNullToHitTestResult_convertsCorrectly() constant
40 @HitTestSurfaceTypeValue public val surfaceType: Int, constant in androidx.xr.runtime.internal.HitTestResult
40 @SurfaceTypeValue public val surfaceType: Int, constant in androidx.xr.scenecore.HitTestResult
495 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in getHitTestResult_convertsFromExtensionHitTestResult() local516 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_UNKNOWN; in getHitTestResult_convertsFromExtensionHitTestResult_withNoHit() local
415 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in hitTest_returnsTransformedHitTest() local450 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in hitTest_withScaledActivitySpace_returnsTransformedHitTest() local
245 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in hitTest_returnsHitTest() local
515 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in hitTest_returnsTransformedHitTest() local552 int surfaceType = com.android.extensions.xr.space.HitTestResult.SURFACE_PANEL; in hitTest_withScaledActivitySpace_returnsTransformedHitTest() local
551 int surfaceType = getHitTestSurfaceType(hitTestResultExt.getSurfaceType()); in getHitTestResult() local