Searched refs:CoreMainPanelEntity (Results 1 – 3 of 3) sorted by relevance
25 import androidx.xr.compose.subspace.layout.CoreMainPanelEntity45 private val mainPanelEntityMap: MutableMap<Session, CoreMainPanelEntity> = mutableMapOf()54 internal val Session.coreMainPanelEntity: CoreMainPanelEntity56 get() = mainPanelEntityMap.getOrPut(this) { CoreMainPanelEntity(this, LocalDensity.current) } in <lambda>()
28 import androidx.xr.compose.subspace.layout.CoreMainPanelEntity78 ): CoreMainPanelEntity { in rememberCoreMainPanelEntity()82 disposableValueOf(CoreMainPanelEntity(session, density).also { it.shape = shape }) { in rememberCoreMainPanelEntity()
212 internal class CoreMainPanelEntity(session: Session, density: Density) : class