Searched refs:mLastReportedDisplayOffset (Results 1 – 1 of 1) sorted by relevance
563 private final Point mLastReportedDisplayOffset = new Point(); field in WindowState3305 if (mLastReportedDisplayOffset.equals(offset)) { in updateLocationInParentDisplayIfNeeded()3309 mLastReportedDisplayOffset.set(offset.x, offset.y); in updateLocationInParentDisplayIfNeeded()3311 mClient.locationInParentDisplayChanged(mLastReportedDisplayOffset); in updateLocationInParentDisplayIfNeeded()