Searched defs:mStableFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java310 final Rect mStableFrame = new Rect(); field in class:WindowState
785 mStableFrame.set(sf);
826 mStableFrame.set(mContentFrame);
844 mStableFrame.set(Math.max(mStableFrame.left, mFrame.left),
845 Math.max(mStableFrame.top, mFrame.top),
846 Math.min(mStableFrame.right, mFrame.right),
847 Math.min(mStableFrame.bottom, mFrame.bottom));
862 mStableInsets.set(Math.max(mStableFrame.left - mDisplayFrame.left, 0),
863 Math.max(mStableFrame
[all...]

Completed in 774 milliseconds