Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java165 mWin.mProvidedInsetsSources.remove(mSource.getType()); in setWindow()
176 mWin.mProvidedInsetsSources.put(mSource.getType(), mSource); in setWindow()
DInsetsStateController.java325 final SparseArray<InsetsSource> winProvidedSources = win.mProvidedInsetsSources; in updateAboveInsetsState()
337 final SparseArray<InsetsSource> providedSources = w.mProvidedInsetsSources; in updateAboveInsetsState()
DWindowState.java688 final SparseArray<InsetsSource> mProvidedInsetsSources = new SparseArray<>(); field in WindowState