Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java102 private final SparseArray<InsetsSourceControl> mTmpControlArray = new SparseArray<>(); field in InsetsController
199 mTmpControlArray.put(activeControl.getType(), activeControl); in onControlsChanged()
207 final InsetsSourceControl control = mTmpControlArray.get(consumer.getType()); in onControlsChanged()
215 for (int i = mTmpControlArray.size() - 1; i >= 0; i--) { in onControlsChanged()
216 final InsetsSourceControl control = mTmpControlArray.valueAt(i); in onControlsChanged()
219 mTmpControlArray.clear(); in onControlsChanged()