Searched refs:mDisplayAreasInfo (Results 1 – 2 of 2) sorted by relevance
37 private final SparseArray<DisplayAreaInfo> mDisplayAreasInfo = new SparseArray<>(); field in RootDisplayAreaOrganizer66 if (mDisplayAreasInfo.get(displayId) != null) { in onDisplayAreaAppeared()70 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaAppeared()73 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaAppeared()80 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaVanished()84 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaVanished()87 mDisplayAreasInfo.remove(displayId); in onDisplayAreaVanished()93 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaInfoChanged()97 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaInfoChanged()100 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaInfoChanged()[all …]
52 private final SparseArray<DisplayAreaInfo> mDisplayAreasInfo = new SparseArray<>(); field in RootTaskDisplayAreaOrganizer81 final DisplayAreaInfo info = mDisplayAreasInfo.get(displayId); in registerListener()118 if (mDisplayAreasInfo.get(displayId) != null) { in onDisplayAreaAppeared()122 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaAppeared()125 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaAppeared()140 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaVanished()144 + " mDisplayAreasInfo.get():" + mDisplayAreasInfo.get(displayId)); in onDisplayAreaVanished()147 mDisplayAreasInfo.remove(displayId); in onDisplayAreaVanished()161 if (mDisplayAreasInfo.get(displayId) == null) { in onDisplayAreaInfoChanged()168 mDisplayAreasInfo.put(displayId, displayAreaInfo); in onDisplayAreaInfoChanged()[all …]