Home | History | Annotate | Download | only in wm

Lines Matching refs:dw

62         final int dw = mLastDW;
65 Rect dirty = new Rect(0, 0, dw, dh);
77 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
83 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
86 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
106 void positionSurface(int dw, int dh) {
107 if (mLastDW == dw && mLastDH == dh) {
110 mLastDW = dw;
112 mSurfaceControl.setSize(dw, dh);