Searched refs:mLastDH (Results 1 – 3 of 3) sorted by relevance
40 private int mLastDH; field in StrictModeFlash76 final int dh = mLastDH; in drawIfNeeded()127 if (mLastDW == dw && mLastDH == dh) { in positionSurface()131 mLastDH = dh; in positionSurface()
48 private int mLastDH; field in EmulatorDisplayOverlay124 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface()128 mLastDH = dh; in positionSurface()
53 private int mLastDH; field in Watermark134 if (mLastDW != dw || mLastDH != dh) { in positionSurface()136 mLastDH = dh; in positionSurface()148 final int dh = mLastDH; in drawIfNeeded()