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

  /frameworks/base/services/core/java/com/android/server/wm/
EmulatorDisplayOverlay.java 45 private int mLastDW;
118 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
121 mLastDW = dw;
StrictModeFlash.java 39 private int mLastDW;
67 final int dw = mLastDW;
120 if (mLastDW == dw && mLastDH == dh) {
123 mLastDW = dw;
CircularDisplayMask.java 47 private int mLastDW;
148 if (mLastDW == dw && mLastDH == dh && mRotation == rotation) {
151 mLastDW = dw;
Watermark.java 52 private int mLastDW;
133 if (mLastDW != dw || mLastDH != dh) {
134 mLastDW = dw;
143 final int dw = mLastDW;
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 80 milliseconds