Searched refs:mProvidedInsetsSources (Results 1 – 3 of 3) sorted by relevance
165 mWin.mProvidedInsetsSources.remove(mSource.getType()); in setWindow()176 mWin.mProvidedInsetsSources.put(mSource.getType(), mSource); in setWindow()
325 final SparseArray<InsetsSource> winProvidedSources = win.mProvidedInsetsSources; in updateAboveInsetsState()337 final SparseArray<InsetsSource> providedSources = w.mProvidedInsetsSources; in updateAboveInsetsState()
688 final SparseArray<InsetsSource> mProvidedInsetsSources = new SparseArray<>(); field in WindowState