Home | History | Annotate | Download | only in wm

Lines Matching defs:dh

68         final int dh = mLastDH;
70 Rect dirty = new Rect(0, 0, dw, dh);
88 c.clipRect(new Rect(0, 0, mThickness, dh));
93 c.clipRect(new Rect(dw - mThickness, 0, dw, dh));
98 c.clipRect(new Rect(0, dh - mThickness, dw, dh));
119 void positionSurface(int dw, int dh) {
120 if (mLastDW == dw && mLastDH == dh) {
124 mLastDH = dh;
125 mSurfaceControl.setSize(dw, dh);