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

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

Completed in 19 milliseconds