Searched refs:mInsetsSourceProviders (Results 1 – 2 of 2) sorted by relevance
175 protected SparseArray<InsetsSourceProvider> mInsetsSourceProviders = null; field in WindowContainer1093 return mInsetsSourceProviders != null; in hasInsetsSourceProvider()1100 if (mInsetsSourceProviders == null) { in getInsetsSourceProviders()1101 mInsetsSourceProviders = new SparseArray<>(); in getInsetsSourceProviders()1103 return mInsetsSourceProviders; in getInsetsSourceProviders()
1814 if (mInsetsSourceProviders == null) { in providesDisplayDecorInsets()1819 for (int i = mInsetsSourceProviders.size() - 1; i >= 0; i--) { in providesDisplayDecorInsets()1820 final InsetsSource source = mInsetsSourceProviders.valueAt(i).getSource(); in providesDisplayDecorInsets()4589 final SparseArray<InsetsSourceProvider> providers = w.mInsetsSourceProviders; in updateAboveInsetsState()