Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java573 private Point mLocationInParentWindow = new Point(); field in DisplayContent
5079 if (mLocationInParentWindow.x != x || mLocationInParentWindow.y != y) { in updateLocation()
5080 mLocationInParentWindow.x = x; in updateLocation()
5081 mLocationInParentWindow.y = y; in updateLocation()
5089 return mLocationInParentWindow; in getLocationInParentWindow()