Home | History | Annotate | Download | only in wm

Lines Matching defs:dw

61         final int dw = mLastDW;
64 Rect dirty = new Rect(0, 0, dw, dh);
76 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
82 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
85 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
105 void positionSurface(int dw, int dh) {
106 if (mLastDW == dw && mLastDH == dh) {
109 mLastDW = dw;
111 mSurfaceControl.setSize(dw, dh);