Searched refs:ownerViewWindowLoc (Results 1 – 1 of 1) sorted by relevance
463 int[] ownerViewWindowLoc = mTempIntArray; in refreshPositioningVariables() local464 mOwnerView.getLocationInWindow(ownerViewWindowLoc); in refreshPositioningVariables()467 mContainerLayoutParams.x = ownerViewWindowLoc[0]; in refreshPositioningVariables()469 mContainerLayoutParams.y = ownerViewWindowLoc[1] + containerOwnerYOffset; in refreshPositioningVariables()