Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsStateController.java190 final SparseArray<InsetsSource> localInsetsSourcesFromParent = new SparseArray<>(); in updateAboveInsetsState() local
196 mDisplayContent.updateAboveInsetsState(aboveInsetsState, localInsetsSourcesFromParent, in updateAboveInsetsState()
DWindowContainer.java393 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
396 createMergedSparseArray(localInsetsSourcesFromParent, mLocalInsetsSources); in updateAboveInsetsState()
DWindowState.java4570 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
4573 createMergedSparseArray(localInsetsSourcesFromParent, mLocalInsetsSources); in updateAboveInsetsState()
DDisplayContent.java5331 SparseArray<InsetsSource> localInsetsSourcesFromParent, in updateAboveInsetsState() argument
5336 super.updateAboveInsetsState(aboveInsetsState, localInsetsSourcesFromParent, in updateAboveInsetsState()