Searched refs:mDisplayAreasInfo (Results 1 – 2 of 2) sorted by relevance
45 private final SparseArray<DisplayAreaInfo> mDisplayAreasInfo = new SparseArray<>(); field in RootDisplayAreaOrganizer79 if (mDisplayAreasInfo.get(displayId) != null) { in onDisplayAreaAppeared()83 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaAppeared()87 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaAppeared()94 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaVanished()98 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaVanished()101 mDisplayAreasInfo.remove(displayId); in onDisplayAreaVanished()109 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaInfoChanged()113 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaInfoChanged()116 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaInfoChanged()[all …]
55 private final SparseArray<DisplayAreaInfo> mDisplayAreasInfo = new SparseArray<>(); field in RootTaskDisplayAreaOrganizer99 final DisplayAreaInfo info = mDisplayAreasInfo.get(displayId); in registerListener()149 if (mDisplayAreasInfo.get(displayId) != null) { in onDisplayAreaAppeared()153 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaAppeared()158 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaAppeared()173 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaVanished()177 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaVanished()180 mDisplayAreasInfo.remove(displayId); in onDisplayAreaVanished()196 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaInfoChanged()200 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaInfoChanged()[all …]