Searched defs:keyAt (Results 1 - 15 of 15) 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/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/base/core/java/android/util/
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
163 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
164 * smallest key and <code>keyAt(size()-1)</code> will return the largest
167 public int keyAt(int index) { method in class:SparseLongArray
187 * Returns the index for which {@link #keyAt} would return the
250 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
362 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
409 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
160 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
161 * smallest key and <code>keyAt(size()-1)</code> will return the largest
164 public int keyAt(int index) { method in class:SparseBooleanArray
194 * Returns the index for which {@link #keyAt} would return the
292 int key = keyAt(i);
H A DArrayMap.java394 public K keyAt(int index) { method in class:ArrayMap
569 put(array.keyAt(i), array.valueAt(i));
675 K key = keyAt(i);
730 Object key = keyAt(i);
/frameworks/base/tools/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/compat/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.java332 public K keyAt(int index) { method in class:SimpleArrayMap
439 put(array.keyAt(i), array.valueAt(i));
543 K key = keyAt(i);
568 K key = keyAt(i);
623 Object key = keyAt(i);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java245 public int keyAt(int index) { method in class:PositionMap
281 * Returns the index for which {@link #keyAt} would return the
383 int key = keyAt(i);

Completed in 778 milliseconds