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

  /frameworks/base/services/core/java/com/android/server/wm/
CircularDisplayMask.java 50 private int mLastDH;
150 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
154 mLastDH = dh;
EmulatorDisplayOverlay.java 47 private int mLastDH;
122 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
126 mLastDH = dh;
StrictModeFlash.java 40 private int mLastDH;
66 final int dh = mLastDH;
110 if (mLastDW == dw && mLastDH == dh) {
114 mLastDH = dh;
Watermark.java 53 private int mLastDH;
130 if (mLastDW != dw || mLastDH != dh) {
132 mLastDH = dh;
141 final int dh = mLastDH;

Completed in 419 milliseconds