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

/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 DLongSparseLongArray.java39 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
40 * <code>keyAt(int)</code> with ascending values of the index will return the
174 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
175 * smallest key and <code>keyAt(size()-1)</code> will return the largest
178 public long keyAt(int index) { method in class:LongSparseLongArray
198 * Returns the index for which {@link #keyAt} would return the
279 long key = keyAt(i);
H A DSparseBooleanArray.java38 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
39 * <code>keyAt(int)</code> with ascending values of the index will return the
171 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
172 * smallest key and <code>keyAt(size()-1)</code> will return the largest
175 public int keyAt(int index) { method in class:SparseBooleanArray
195 * Returns the index for which {@link #keyAt} would return the
273 int key = keyAt(i);
H A DSparseIntArray.java37 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
38 * <code>keyAt(int)</code> with ascending values of the index will return the
181 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
182 * smallest key and <code>keyAt(size()-1)</code> will return the largest
185 public int keyAt(int index) { method in class:SparseIntArray
205 * Returns the index for which {@link #keyAt} would return the
283 int key = keyAt(i);
H A DSparseLongArray.java37 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
38 * <code>keyAt(int)</code> with ascending values of the index will return the
170 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
171 * smallest key and <code>keyAt(size()-1)</code> will return the largest
174 public int keyAt(int index) { method in class:SparseLongArray
194 * Returns the index for which {@link #keyAt} would return the
275 int key = keyAt(i);
H A DLongSparseArray.java44 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
45 * <code>keyAt(int)</code> with ascending values of the index will return the
249 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
250 * smallest key and <code>keyAt(size()-1)</code> will return the largest
253 public long keyAt(int index) { method in class:LongSparseArray
295 * Returns the index for which {@link #keyAt} would return the
395 long key = keyAt(i);
H A DSparseArray.java44 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
45 * <code>keyAt(int)</code> with ascending values of the index will return the
262 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
263 * smallest key and <code>keyAt(size()-1)</code> will return the largest
266 public int keyAt(int index) { method in class:SparseArray
308 * Returns the index for which {@link #keyAt} would return the
410 int key = keyAt(i);
H A DArrayMap.java375 public K keyAt(int index) { method in class:ArrayMap
511 put(array.keyAt(i), array.valueAt(i));
617 K key = keyAt(i);
672 Object key = keyAt(i);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java227 public int keyAt(int index) { method in class:SparseWeakArray
262 * Returns the index for which {@link #keyAt} would return the
/frameworks/support/v4/java/android/support/v4/util/
H A DLongSparseArray.java242 public long keyAt(int index) { method in class:LongSparseArray
278 * Returns the index for which {@link #keyAt} would return the
378 long key = keyAt(i);
H A DSparseArrayCompat.java235 public int keyAt(int index) { method in class:SparseArrayCompat
271 * Returns the index for which {@link #keyAt} would return the
373 int key = keyAt(i);
H A DSimpleArrayMap.java322 public K keyAt(int index) { method in class:SimpleArrayMap
429 put(array.keyAt(i), array.valueAt(i));
533 K key = keyAt(i);
588 Object key = keyAt(i);

Completed in 1180 milliseconds