Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java469 private WindowFrames mSimulatedWindowFrames; field in WindowState
1266 if (mControllableInsetProvider != null && mSimulatedWindowFrames == null) { in computeFrameAndUpdateSourceFrame()
5783 mSimulatedWindowFrames = windowFrames; in setSimulatedWindowFrames()
5791 return mSimulatedWindowFrames != null ? mSimulatedWindowFrames : mWindowFrames; in getLayoutingWindowFrames()