Home | History | Annotate | Download | only in tests

Lines Matching refs:setDisplayInfo

139     void setDisplayInfo(int32_t displayId, int32_t width, int32_t height, int32_t orientation) {
141 mConfig.setDisplayInfo(displayId, false /*external*/, width, height, orientation);
142 mConfig.setDisplayInfo(displayId, true /*external*/, width, height, orientation);
1393 mFakePolicy->setDisplayInfo(displayId, width, height, orientation);