Searched refs:mIdControlTargetMap (Results 1 – 1 of 1) sorted by relevance
63 private final SparseArray<InsetsControlTarget> mIdControlTargetMap = new SparseArray<>(); field in InsetsStateController298 : mIdControlTargetMap.get(provider.getSource().getId()); in onControlTargetChanged()344 mIdControlTargetMap.remove(provider.getSource().getId()); in removeFromControlMaps()356 mIdControlTargetMap.put(provider.getSource().getId(), target); in addToControlMaps()