Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java698 private WindowContentFrameStats mTempWindowRenderStats; field in WindowManagerService
10929 if (mTempWindowRenderStats == null) { in getWindowContentFrameStats()
10930 mTempWindowRenderStats = new WindowContentFrameStats(); in getWindowContentFrameStats()
10932 WindowContentFrameStats stats = mTempWindowRenderStats; in getWindowContentFrameStats()