Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java499 changed |= removeLocalInsetsSource(mSourceIds.valueAt(i)); in binderDied()
516 if (removeLocalInsetsSource(id) && mDisplayContent != null) { in removeLocalInsetsFrameProvider()
533 private boolean removeLocalInsetsSource(int id) { in removeLocalInsetsSource() method in WindowContainer