Searched defs:keyAt (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/camera/include/camera/
H A DCameraParameters2.h127 const KeyT& keyAt(size_t idx) const { function in struct:android::CameraParameters2::OrderedKeyedVector
/frameworks/av/include/camera/
H A DCameraParameters2.h127 const KeyT& keyAt(size_t idx) const { function in struct:android::CameraParameters2::OrderedKeyedVector
/frameworks/base/core/java/android/util/
H A DSparseSetArray.java83 public int keyAt(int index) { method in class:SparseSetArray
84 return mData.keyAt(index);
H A DKeyValueListParser.java192 public String keyAt(int index) { method in class:KeyValueListParser
193 return mValues.keyAt(index);
H A DLongSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
41 * <code>keyAt(int)</code> with ascending values of the index will return the
165 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
166 * smallest key and <code>keyAt(size()-1)</code> will return the largest
169 public long keyAt(int index) { method in class:LongSparseLongArray
189 * Returns the index for which {@link #keyAt} would return the
252 long key = keyAt(i);
H A DSparseIntArray.java42 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * <code>keyAt(int)</code> with ascending values of the index will return the
165 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
166 * smallest key and <code>keyAt(size()-1)</code> will return the largest
169 public int keyAt(int index) { method in class:SparseIntArray
197 * Returns the index for which {@link #keyAt} would return the
272 int key = keyAt(i);
H A DSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
41 * <code>keyAt(int)</code> with ascending values of the index will return the
180 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
181 * smallest key and <code>keyAt(size()-1)</code> will return the largest
184 public int keyAt(int index) { method in class:SparseLongArray
204 * Returns the index for which {@link #keyAt} would return the
267 int key = keyAt(i);
H A DLongSparseArray.java47 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
48 * <code>keyAt(int)</code> with ascending values of the index will return the
231 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
232 * smallest key and <code>keyAt(size()-1)</code> will return the largest
235 public long keyAt(int index) { method in class:LongSparseArray
277 * Returns the index for which {@link #keyAt} would return the
392 long key = keyAt(i);
H A DSparseArray.java47 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
48 * <code>keyAt(int)</code> with ascending values of the index will return the
268 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
269 * smallest key and <code>keyAt(size()-1)</code> will return the largest
275 public int keyAt(int index) { method in class:SparseArray
322 * Returns the index for which {@link #keyAt} would return the
440 int key = keyAt(i);
H A DSparseBooleanArray.java41 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
42 * <code>keyAt(int)</code> with ascending values of the index will return the
164 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
165 * smallest key and <code>keyAt(size()-1)</code> will return the largest
168 public int keyAt(int index) { method in class:SparseBooleanArray
198 * Returns the index for which {@link #keyAt} would return the
296 int key = keyAt(i);
H A DArrayMap.java429 public K keyAt(int index) { method in class:ArrayMap
614 put(array.keyAt(i), array.valueAt(i));
731 K key = keyAt(i);
786 Object key = keyAt(i);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseArray.java45 public int keyAt(int index) { method in class:UnmodifiableSparseArray
46 return mArray.keyAt(index);
H A DUnmodifiableSparseIntArray.java45 public int keyAt(int index) { method in class:UnmodifiableSparseIntArray
46 return mArray.keyAt(index);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java195 public long keyAt(int index) { method in class:SparseWeakArray
230 * Returns the index for which {@link #keyAt} would return the
/frameworks/support/collection/src/main/java/androidx/collection/
H A DLongSparseArray.java250 public long keyAt(int index) { method in class:LongSparseArray
286 * Returns the index for which {@link #keyAt} would return the
386 long key = keyAt(i);
H A DSparseArrayCompat.java42 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * <code>keyAt(int)</code> with ascending values of the index will return the
267 public int keyAt(int index) { method in class:SparseArrayCompat
303 * Returns the index for which {@link #keyAt} would return the
405 int key = keyAt(i);
H A DSimpleArrayMap.java367 public K keyAt(int index) { method in class:SimpleArrayMap
485 put(array.keyAt(i), array.valueAt(i));
598 K key = keyAt(i);
623 K key = keyAt(i);
678 Object key = keyAt(i);

Completed in 157 milliseconds