Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DFocusedStackFrame.java47 private final Rect mLastBounds = new Rect(); field in FocusedStackFrame
76 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()
DDimLayer.java48 Rect mLastBounds = new Rect(); field in DimLayer
168 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()