Searched refs:mTypeWinControlMap (Results 1 – 1 of 1) sorted by relevance
51 private final SparseArray<WindowState> mTypeWinControlMap = new SparseArray<>(); field in InsetsStateController167 final WindowState previous = mTypeWinControlMap.get(type); in onControlChanged()198 mTypeWinControlMap.remove(type); in removeFromControlMaps()205 mTypeWinControlMap.put(type, win); in addToControlMaps()234 for (int i = mTypeWinControlMap.size() - 1; i >= 0; i--) { in dump()236 pw.println(InsetsState.typeToString(mTypeWinControlMap.keyAt(i)) + " -> " in dump()237 + mTypeWinControlMap.valueAt(i)); in dump()