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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java167 boolean mGivenInsetsPending; field in class:WindowState
642 return mGivenInsetsPending;
1381 if (mTouchableInsets != 0 || mGivenInsetsPending) {
1383 pw.print(" mGivenInsetsPending="); pw.println(mGivenInsetsPending);

Completed in 27 milliseconds