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

  /frameworks/base/services/java/com/android/server/wm/
DimSurface.java 31 int mLastDimWidth, mLastDimHeight;
67 mLastDimHeight = dh;
75 } else if (mLastDimWidth != dw || mLastDimHeight != dh || mDimColor != color
80 mLastDimHeight = dh;
DimAnimator.java 40 int mLastDimWidth, mLastDimHeight;
83 mLastDimHeight = dh;
91 } else if (mLastDimWidth != dw || mLastDimHeight != dh) {
93 mLastDimHeight = dh;
193 pw.println(mLastDimHeight);

Completed in 274 milliseconds