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.java578 private Point mLocationInParentWindow = new Point(); field in DisplayContent
5102 if (!mLocationInParentWindow.equals(x, y)) { in updateLocation()
5103 mLocationInParentWindow.set(x, y); in updateLocation()
5112 return mLocationInParentWindow; in getLocationInParentWindow()