Searched refs:mInsetsPerDisplay (Results 1 – 1 of 1) sorted by relevance
47 private final SparseArray<PerDisplay> mInsetsPerDisplay = new SparseArray<>(); field in DisplayInsetsController98 mInsetsPerDisplay.put(displayId, pd); in onDisplayAdded()103 PerDisplay pd = mInsetsPerDisplay.get(displayId); in onDisplayRemoved()108 mInsetsPerDisplay.remove(displayId); in onDisplayRemoved()