Searched refs:mLocationInParentWindow (Results 1 – 1 of 1) sorted by relevance
578 private Point mLocationInParentWindow = new Point(); field in DisplayContent5102 if (!mLocationInParentWindow.equals(x, y)) { in updateLocation()5103 mLocationInParentWindow.set(x, y); in updateLocation()5112 return mLocationInParentWindow; in getLocationInParentWindow()