Searched refs:mLastBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DFocusedStackFrame.java43 private final Rect mLastBounds = new Rect(); field in class:FocusedStackFrame
112 " mLastBounds=" + mLastBounds.toShortString() +
118 if (!mLastBounds.equals(mBounds)) {
120 positionSurface(mLastBounds);
121 draw(mLastBounds, Color.TRANSPARENT);
126 mLastBounds.set(mBounds);
H A DDimLayer.java48 Rect mLastBounds = new Rect(); field in class:DimLayer
180 mLastBounds.set(mBounds);
187 if (isDimming() && !mLastBounds.equals(bounds)) {
227 if (!mLastBounds.equals(mBounds) || mLayer != layer) {
314 pw.print(prefix); pw.print("mLastBounds="); pw.print(mLastBounds.toShortString());

Completed in 46 milliseconds