Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java366 boolean mGivenInsetsPending; field in WindowState
1190 return mGivenInsetsPending; in getGivenInsetsPendingLw()
3386 if (mTouchableInsets != 0 || mGivenInsetsPending) { in dump()
3388 pw.print(" mGivenInsetsPending="); pw.println(mGivenInsetsPending); in dump()
DWindowManagerService.java1416 win.mGivenInsetsPending = true; in addWindow()
1791 w.mGivenInsetsPending = false; in setInsetsWindow()
1988 win.mGivenInsetsPending = (flags & WindowManagerGlobal.RELAYOUT_INSETS_PENDING) != 0; in relayoutWindow()