Lines Matching refs:mDisplay
254 mDisplay(std::move(display)),
259 Rect getBounds() const override { return mDisplay->getBounds(); } in getBounds()
260 int getHeight() const override { return mDisplay->getHeight(); } in getHeight()
261 int getWidth() const override { return mDisplay->getWidth(); } in getWidth()
262 bool isSecure() const override { return mAllowSecureLayers && mDisplay->isSecure(); } in isSecure()
263 sp<const DisplayDevice> getDisplayDevice() const override { return mDisplay; } in getDisplayDevice()
280 return mDisplay->getSourceClip(); in getSourceCrop()
287 ui::Rotation logicalOrientation = mDisplay->getOrientation(); in getSourceCrop()
295 int width = mDisplay->getSourceClip().getWidth(); in getSourceCrop()
296 int height = mDisplay->getSourceClip().getHeight(); in getSourceCrop()
348 const sp<const DisplayDevice> mDisplay; variable