Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3684 void fillInsetsState(@NonNull InsetsState outInsetsState, boolean copySources) { in fillInsetsState() method in WindowState
3740 fillInsetsState(mLastReportedInsetsState, false /* copySources */); in reportResized()
3843 fillInsetsState(mLastReportedInsetsState, false /* copySources */); in notifyInsetsControlChanged()
DWindowManagerService.java1930 win.fillInsetsState(outInsetsState, true /* copySources */); in addWindow()
2680 win.fillInsetsState(outInsetsState, true /* copySources */); in relayoutWindowInner()