Searched refs:perInputStacks (Results 1 – 1 of 1) sorted by relevance
328 if (perInputStacks == null) { in requestInputEventCapture()342 for (int i = 0; i < perInputStacks.size(); i++) { in requestInputEventCapture()381 for (int i = 0; i < perInputStacks.size(); i++) { in requestInputEventCapture()391 perInputStacks.put(inputType, perInputStack); in requestInputEventCapture()406 int inputType = perInputStacks.keyAt(i); in requestInputEventCapture()474 if (perInputStacks != null) { in releaseInputEventCapture()475 for (int i = 0; i < perInputStacks.size(); i++) { in releaseInputEventCapture()476 int inputType = perInputStacks.keyAt(i); in releaseInputEventCapture()609 if (perInputStacks == null) { in getClientForInputTypeLocked()651 if (perInputStacks != null) { in dump()[all …]