Searched refs:mInsetsSourceProviders (Results 1 – 2 of 2) sorted by relevance
177 protected SparseArray<InsetsSourceProvider> mInsetsSourceProviders = null; field in WindowContainer1096 return mInsetsSourceProviders != null; in hasInsetsSourceProvider()1103 if (mInsetsSourceProviders == null) { in getInsetsSourceProviders()1104 mInsetsSourceProviders = new SparseArray<>(); in getInsetsSourceProviders()1106 return mInsetsSourceProviders; in getInsetsSourceProviders()
1842 if (mInsetsSourceProviders == null) { in providesDisplayDecorInsets()1845 for (int i = mInsetsSourceProviders.size() - 1; i >= 0; i--) { in providesDisplayDecorInsets()1846 final InsetsSource source = mInsetsSourceProviders.valueAt(i).getSource(); in providesDisplayDecorInsets()4553 final SparseArray<InsetsSourceProvider> providers = w.mInsetsSourceProviders; in updateAboveInsetsState()