Home
last modified time | relevance | path

Searched refs:clusterDisplay (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterDisplayProvider.java75 Display clusterDisplay = getClusterDisplay(); in checkClusterDisplayAdded() local
76 if (clusterDisplay != null) { in checkClusterDisplayAdded()
78 clusterDisplay.getName(), clusterDisplay.getDisplayId(), in checkClusterDisplayAdded()
79 clusterDisplay.getOwnerPackageName())); in checkClusterDisplayAdded()
80 mClusterDisplayId = clusterDisplay.getDisplayId(); in checkClusterDisplayAdded()
81 mListener.onDisplayAdded(clusterDisplay.getDisplayId()); in checkClusterDisplayAdded()
111 Display clusterDisplay = getClusterDisplay(); in onOccupantZoneConfigChanged() local
112 if (clusterDisplay == null) { in onOccupantZoneConfigChanged()
/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterHomeService.java150 Display clusterDisplay = displayManager.getDisplay(clusterDisplayId); in initClusterDisplay() local
152 clusterDisplay.getRealSize(size); in initClusterDisplay()