Searched refs:mLocationInParentWindow (Results 1 – 1 of 1) sorted by relevance
573 private Point mLocationInParentWindow = new Point(); field in DisplayContent5079 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()