Searched defs:displayRect (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java150 * @param displayRect defines where on the display will layerStackRect be
151 * mapped to. displayRect is specified post-orientation, that is
155 Rect layerStackRect, Rect displayRect) {
160 || !mCurrentDisplayRect.equals(displayRect)) {
171 mCurrentDisplayRect.set(displayRect);
174 orientation, layerStackRect, displayRect);
154 setProjectionInTransactionLocked(int orientation, Rect layerStackRect, Rect displayRect) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java68 public Rect displayRect = new Rect(); field in class:RecentsConfiguration
198 displayRect.set(0, 0, dm.widthPixels, dm.heightPixels);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java556 int orientation, Rect layerStackRect, Rect displayRect) {
563 if (displayRect == null) {
564 throw new IllegalArgumentException("displayRect must not be null");
568 displayRect.left, displayRect.top, displayRect.right, displayRect.bottom);
555 setDisplayProjection(IBinder displayToken, int orientation, Rect layerStackRect, Rect displayRect) argument
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp168 const Rect& displayRect);
420 const Rect& displayRect) {
425 s.frame = displayRect;
628 const Rect& displayRect) {
630 layerStackRect, displayRect);
417 setDisplayProjection(const sp<IBinder>& token, uint32_t orientation, const Rect& layerStackRect, const Rect& displayRect) argument
625 setDisplayProjection(const sp<IBinder>& token, uint32_t orientation, const Rect& layerStackRect, const Rect& displayRect) argument

Completed in 41 milliseconds