Searched refs:displayParent (Results 1 – 2 of 2) sorted by relevance
4835 final WindowState displayParent = dc.getParentWindow(); in getTransformationMatrix() local4836 x += displayParent.mWindowFrames.mFrame.left - displayParent.mAttrs.surfaceInsets.left in getTransformationMatrix()4837 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()4838 y += displayParent.mWindowFrames.mFrame.top - displayParent.mAttrs.surfaceInsets.top in getTransformationMatrix()4839 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()4840 dc = displayParent.getDisplayContent(); in getTransformationMatrix()
5122 final WindowState displayParent = dc.getParentWindow(); in getLocationInParentDisplay() local5123 location.x += displayParent.getFrameLw().left in getLocationInParentDisplay()5124 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()5125 location.y += displayParent.getFrameLw().top in getLocationInParentDisplay()5126 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()5127 dc = displayParent.getDisplayContent(); in getLocationInParentDisplay()