Searched defs:mGivenInsetsPending (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java182 boolean mGivenInsetsPending; field in class:WindowState
704 return mGivenInsetsPending;
1542 if (mTouchableInsets != 0 || mGivenInsetsPending) {
1544 pw.print(" mGivenInsetsPending="); pw.println(mGivenInsetsPending);

Completed in 40 milliseconds