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.java43 private final Rect mLastBounds = new Rect(); field in FocusedStackFrame
112 " mLastBounds=" + mLastBounds.toShortString() + in setVisibility()
118 if (!mLastBounds.equals(mBounds)) { in setVisibility()
120 positionSurface(mLastBounds); in setVisibility()
121 draw(mLastBounds, Color.TRANSPARENT); in setVisibility()
126 mLastBounds.set(mBounds); in setVisibility()
DDimLayer.java48 Rect mLastBounds = new Rect(); field in DimLayer
180 mLastBounds.set(mBounds); in adjustSurface()
187 if (isDimming() && !mLastBounds.equals(bounds)) { in setBounds()
227 if (!mLastBounds.equals(mBounds) || mLayer != layer) { in show()
314 pw.print(prefix); pw.print("mLastBounds="); pw.print(mLastBounds.toShortString()); in printTo()