Searched refs:mLastBounds (Results 1 – 2 of 2) sorted by relevance
47 private final Rect mLastBounds = new Rect(); field in FocusedStackFrame76 if (mLastBounds.isEmpty()) { in draw()78 mLastBounds.set(mBounds); in draw()81 if (DEBUG) Slog.i(TAG, "draw: mBounds=" + mBounds + " mLastBounds=" + mLastBounds); in draw()85 c = mSurface.lockCanvas(mLastBounds); in draw()102 mLastBounds.set(mBounds); in draw()131 if (!mBounds.equals(mLastBounds)) { in setVisibility()
48 Rect mLastBounds = new Rect(); field in DimLayer168 mLastBounds.set(mBounds); in adjustBounds()174 if (isDimming() && !mLastBounds.equals(bounds)) { in setBounds()221 if (!mLastBounds.equals(mBounds)) { in show()309 pw.print(prefix); pw.print("mLastBounds="); pw.print(mLastBounds.toShortString()); in printTo()