Home | History | Annotate | Download | only in wm

Lines Matching refs:dh

62         final int dh = mLastDH;
64 Rect dirty = new Rect(0, 0, dw, dh);
79 c.clipRect(new Rect(0, 0, mThickness, dh), 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) {
110 mLastDH = dh;
111 mSurfaceControl.setSize(dw, dh);