Home
last modified time | relevance | path

Searched refs:getLocationInParentWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5111 Point getLocationInParentWindow() { in getLocationInParentWindow() method in DisplayContent
5124 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()
5126 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()
DWindowState.java4837 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()
4839 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()