Home
last modified time | relevance | path

Searched refs:getDisplayFrame (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayers.cpp180 hwc_rect_t Hwc2TestLayers::getDisplayFrame(hwc2_layer_t layer) const in getDisplayFrame() function in Hwc2TestLayers
185 return mTestLayers.at(layer).getDisplayFrame(); in getDisplayFrame()
251 const hwc_rect_t displayFrame = testLayer.second.getDisplayFrame(); in setVisibleRegions()
DHwc2TestLayers.h67 hwc_rect_t getDisplayFrame(hwc2_layer_t layer) const;
DHwc2TestLayer.h58 hwc_rect_t getDisplayFrame() const;
DHwc2TestLayer.cpp154 hwc_rect_t Hwc2TestLayer::getDisplayFrame() const in getDisplayFrame() function in Hwc2TestLayer
DHwc2TestBuffer.cpp505 const hwc_rect_t df = testLayers->getDisplayFrame(*layer); in get()
DHwc2Test.cpp1651 testLayers->getDisplayFrame(layer))); in setLayerProperties()
1905 testLayer->getDisplayFrame(), outErr)); in setDisplayFrame()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl140 void getDisplayFrame(IWindow window, out Rect outDisplayFrame); in getDisplayFrame() method
DViewDebug.java671 root.mAttachInfo.mSession.getDisplayFrame(root.mAttachInfo.mWindow, outRect); in captureLayers()
DView.java12196 mAttachInfo.mSession.getDisplayFrame(mAttachInfo.mWindow, outRect);
12225 mAttachInfo.mSession.getDisplayFrame(mAttachInfo.mWindow, outRect);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java104 public void getDisplayFrame(IWindow window, Rect outDisplayFrame) { in getDisplayFrame() method in BridgeWindowSession
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java252 public void getDisplayFrame(IWindow window, Rect outDisplayFrame) { in getDisplayFrame() method in Session