Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java58 private final SparseSetArray<InsetsSourceConsumer> mSideSourceMap = new SparseSetArray<>(); field in InsetsAnimationControlImpl
96 buildTypeSourcesMap(mTypeSideMap, mSideSourceMap, mConsumers); in InsetsAnimationControlImpl()
228 ArraySet<InsetsSourceConsumer> items = mSideSourceMap.get(side); in updateLeashesForSide()