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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java117 private final Rect mTmpContentRect = new Rect(); field in class:WindowSurfacePlacer
930 mService.mPolicy.getContentRectLw(mTmpContentRect);
931 displayContent.resize(mTmpContentRect);

Completed in 228 milliseconds