Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4843 Point getLocationInParentWindow() { in getLocationInParentWindow() method in DisplayContent
4856 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()
4858 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getLocationInParentDisplay()
DWindowState.java5221 + (dc.getLocationInParentWindow().x * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()
5223 + (dc.getLocationInParentWindow().y * displayParent.mGlobalScale + 0.5f); in getTransformationMatrix()
/frameworks/base/services/
Dart-profile36334 PLcom/android/server/wm/DisplayContent;->getLocationInParentWindow()Landroid/graphics/Point;