Home | History | Annotate | Download | only in wm

Lines Matching refs:dw

58         final int dw = mLastDW;
61 Rect dirty = new Rect(0, 0, dw, dh);
73 c.clipRect(new Rect(0, 0, dw, mThickness), Region.Op.REPLACE);
79 c.clipRect(new Rect(dw - mThickness, 0, dw, dh), Region.Op.REPLACE);
82 c.clipRect(new Rect(0, dh - mThickness, dw, dh), Region.Op.REPLACE);
102 void positionSurface(int dw, int dh) {
103 if (mLastDW == dw && mLastDH == dh) {
106 mLastDW = dw;
108 mSurface.setSize(dw, dh);