Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java765 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() argument
792 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()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java1292 List<CaptureResult.Key<?>> allKeys = captureResult.getKeys(); in testCaptureResult() local
1293 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()