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

  /frameworks/base/services/java/com/android/server/wm/
FocusedStackFrame.java 43 private final Rect mLastBounds = new Rect();
112 " mLastBounds=" + mLastBounds.toShortString() +
118 if (!mLastBounds.equals(mBounds)) {
120 positionSurface(mLastBounds);
121 draw(mLastBounds, Color.TRANSPARENT);
126 mLastBounds.set(mBounds);
DimLayer.java 34 Rect mLastBounds = new Rect();
186 if (!mLastBounds.equals(mBounds) || mLayer != layer) {
194 mLastBounds.set(mBounds);
281 pw.print(prefix); pw.print("mLastBounds="); pw.print(mLastBounds.toShortString());

Completed in 1182 milliseconds