HomeSort by relevance Sort by last modified time
    Searched refs:mLastDH (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
StrictModeFlash.java 37 private int mLastDH;
63 final int dh = mLastDH;
107 if (mLastDW == dw && mLastDH == dh) {
111 mLastDH = dh;
EmulatorDisplayOverlay.java 44 private int mLastDH;
117 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
121 mLastDH = dh;
CircularDisplayMask.java 47 private int mLastDH;
145 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
149 mLastDH = dh;
Watermark.java 51 private int mLastDH;
128 if (mLastDW != dw || mLastDH != dh) {
130 mLastDH = dh;
139 final int dh = mLastDH;

Completed in 687 milliseconds