Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java676 SparseArray<InsetsSource> mMergedLocalInsetsSources = null; field in WindowState
1634 if (mMergedLocalInsetsSources == null) { in getMergedInsetsState()
1639 for (int i = 0; i < mMergedLocalInsetsSources.size(); i++) { in getMergedInsetsState()
1640 mergedInsetsState.addSource(mMergedLocalInsetsSources.valueAt(i)); in getMergedInsetsState()
4060 if (mMergedLocalInsetsSources != null) { in dumpDebug()
4061 for (int i = 0; i < mMergedLocalInsetsSources.size(); ++i) { in dumpDebug()
4062 mMergedLocalInsetsSources.valueAt(i).dumpDebug(proto, MERGED_LOCAL_INSETS_SOURCES); in dumpDebug()
4548 if (!mergedLocalInsetsSources.contentEquals(w.mMergedLocalInsetsSources)) { in updateAboveInsetsState()
4549 w.mMergedLocalInsetsSources = mergedLocalInsetsSources; in updateAboveInsetsState()