Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java190 final SparseArray<InsetsSource> localInsetsSourcesFromParent = new SparseArray<>(); in updateAboveInsetsState() local
196 mDisplayContent.updateAboveInsetsState(aboveInsetsState, localInsetsSourcesFromParent, in updateAboveInsetsState()
H A DWindowContainer.java395 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
398 createMergedSparseArray(localInsetsSourcesFromParent, mLocalInsetsSources); in updateAboveInsetsState()
H A DWindowState.java4534 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
4537 createMergedSparseArray(localInsetsSourcesFromParent, mLocalInsetsSources); in updateAboveInsetsState()
H A DDisplayContent.java5276 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
5281 super.updateAboveInsetsState(aboveInsetsState, localInsetsSourcesFromParent, in updateAboveInsetsState()