Searched defs:mTmpContentRect (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java466 final Rect mTmpContentRect = new Rect(); field in class:WindowManagerService
8852 mPolicy.getContentRectLw(mTmpContentRect);
8853 displayContent.resize(mTmpContentRect);

Completed in 107 milliseconds