Searched refs:systemIcons (Results 1 – 1 of 1) sorted by relevance
227 SparseArray<PointerIcon> systemIcons = gSystemIconsByDisplay.get(displayId); in getSystemIcon() local228 if (systemIcons == null) { in getSystemIcon()229 systemIcons = new SparseArray<>(); in getSystemIcon()230 gSystemIconsByDisplay.put(displayId, systemIcons); in getSystemIcon()233 PointerIcon icon = systemIcons.get(type); in getSystemIcon()263 systemIcons.append(type, icon); in getSystemIcon()