Home
last modified time | relevance | path

Searched refs:mLastReportedDisplayOffset (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java563 private final Point mLastReportedDisplayOffset = new Point(); field in WindowState
3305 if (mLastReportedDisplayOffset.equals(offset)) { in updateLocationInParentDisplayIfNeeded()
3309 mLastReportedDisplayOffset.set(offset.x, offset.y); in updateLocationInParentDisplayIfNeeded()
3311 mClient.locationInParentDisplayChanged(mLastReportedDisplayOffset); in updateLocationInParentDisplayIfNeeded()