Searched refs:jsonDisplay (Results 1 – 1 of 1) sorted by relevance
181 JSONObject jsonDisplay = jsonDisplays.getJSONObject(displayNumberString); in parseHostDisplayInfos() local182 JSONObject jsonDisplayMode = jsonDisplay.getJSONObject("mode"); in parseHostDisplayInfos()225 JSONObject jsonDisplay = jsonDisplays.getJSONObject(i); in parseGuestDisplayInfos() local226 int id = jsonDisplay.getInt("id"); in parseGuestDisplayInfos()227 int w = jsonDisplay.getInt("width"); in parseGuestDisplayInfos()228 int h = jsonDisplay.getInt("height"); in parseGuestDisplayInfos()