Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java282 private final DisplayArea.Root mRootDisplayArea = new DisplayArea.Root(mWmService); field in DisplayContent
1006 mWmService, this, mRootDisplayArea, mImeWindowsContainers); in DisplayContent()
2372 final int rootOrientation = mRootDisplayArea.getOrientation(); in getOrientation()
2373 mLastOrientationSource = mRootDisplayArea.getLastOrientationSource(); in getOrientation()
2888 mRootDisplayArea.dumpDebug(proto, ROOT_DISPLAY_AREA, logLevel); in dumpDebug()
4342 mRootDisplayArea.assignLayer(t, 0); in assignChildLayers()
4377 mRootDisplayArea.assignChildLayers(t); in assignChildLayers()
4386 addChild(mRootDisplayArea, 0); in addChildren()