Home
last modified time | relevance | path

Searched refs:mLastDH (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java40 private int mLastDH; field in StrictModeFlash
76 final int dh = mLastDH; in drawIfNeeded()
127 if (mLastDW == dw && mLastDH == dh) { in positionSurface()
131 mLastDH = dh; in positionSurface()
DEmulatorDisplayOverlay.java48 private int mLastDH; field in EmulatorDisplayOverlay
124 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) { in positionSurface()
128 mLastDH = dh; in positionSurface()
DWatermark.java53 private int mLastDH; field in Watermark
134 if (mLastDW != dw || mLastDH != dh) { in positionSurface()
136 mLastDH = dh; in positionSurface()
148 final int dh = mLastDH; in drawIfNeeded()