Searched refs:allKeys (Results 1 – 2 of 2) sorted by relevance
765 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() argument792 if (allKeys == null) continue; in getKeyIndices()799 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()800 allKeys.length - j - nCodes); in getKeyIndices()802 allKeys[j + c] = key.codes[c]; in getKeyIndices()
1292 List<CaptureResult.Key<?>> allKeys = captureResult.getKeys(); in testCaptureResult() local1293 if (VERBOSE) Log.v(TAG, "testCaptureResult: key list size " + allKeys); in testCaptureResult()1301 assertTrue(allKeys.size() >= 1); // FIXME: android.statistics.faces counts as a key in testCaptureResult()1302 assertTrue(allKeys.contains(CaptureResult.CONTROL_AE_MODE)); in testCaptureResult()