Searched refs:mTempDisplayInfo (Results 1 – 2 of 2) sorted by relevance
413 private final DisplayInfo mTempDisplayInfo = new DisplayInfo(); field in ActivityView.SurfaceCallback431 if (!display.getDisplayInfo(mTempDisplayInfo)) { in surfaceChanged()434 mTempDisplayInfo.getAppMetrics(mTempMetrics); in surfaceChanged()
288 private final DisplayInfo mTempDisplayInfo = new DisplayInfo(); field in DisplayManagerService1238 mTempDisplayInfo.copyFrom(display.getDisplayInfoLocked()); in updateLogicalDisplaysLocked()1244 } else if (!mTempDisplayInfo.equals(display.getDisplayInfoLocked())) { in updateLogicalDisplaysLocked()