Searched defs:valueAt (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/camera/include/camera/
H A DCameraParameters2.h131 const ValueT& valueAt(size_t idx) const { function in struct:android::CameraParameters2::OrderedKeyedVector
139 return valueAt(i);
/frameworks/av/include/camera/
H A DCameraParameters2.h131 const ValueT& valueAt(size_t idx) const { function in struct:android::CameraParameters2::OrderedKeyedVector
139 return valueAt(i);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseArray.java49 public E valueAt(int index) { method in class:UnmodifiableSparseArray
50 return mArray.valueAt(index);
H A DUnmodifiableSparseIntArray.java49 public int valueAt(int index) { method in class:UnmodifiableSparseIntArray
50 return mArray.valueAt(index);
/frameworks/base/core/java/android/util/
H A DLongSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * order in the case of <code>valueAt(int)</code>.</p>
180 * <code>valueAt(0)</code> will return the value associated with the
181 * smallest key and <code>valueAt(size()-1)</code> will return the value
184 public long valueAt(int index) { method in class:LongSparseLongArray
198 * Returns an index for which {@link #valueAt} would return the
255 long value = valueAt(i);
H A DSparseIntArray.java42 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
45 * order in the case of <code>valueAt(int)</code>.</p>
180 * <code>valueAt(0)</code> will return the value associated with the
181 * smallest key and <code>valueAt(size()-1)</code> will return the value
184 public int valueAt(int index) { method in class:SparseIntArray
206 * Returns an index for which {@link #valueAt} would return the
275 int value = valueAt(i);
H A DSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * order in the case of <code>valueAt(int)</code>.</p>
195 * <code>valueAt(0)</code> will return the value associated with the
196 * smallest key and <code>valueAt(size()-1)</code> will return the value
199 public long valueAt(int index) { method in class:SparseLongArray
213 * Returns an index for which {@link #valueAt} would return the
270 long value = valueAt(i);
H A DLongSparseArray.java47 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
50 * order in the case of <code>valueAt(int)</code>.</p>
250 * <code>valueAt(0)</code> will return the value associated with the
251 * smallest key and <code>valueAt(size()-1)</code> will return the value
255 public E valueAt(int index) { method in class:LongSparseArray
290 * Returns an index for which {@link #valueAt} would return the
311 * Returns an index for which {@link #valueAt} would return the
395 Object value = valueAt(i);
H A DSparseArray.java47 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
50 * order in the case of <code>valueAt(int)</code>.</p>
290 * <code>valueAt(0)</code> will return the value associated with the
291 * smallest key and <code>valueAt(size()-1)</code> will return the value
298 public E valueAt(int index) { method in class:SparseArray
335 * Returns an index for which {@link #valueAt} would return the
359 * Returns an index for which {@link #valueAt} would return the
443 Object value = valueAt(i);
H A DSparseBooleanArray.java41 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
44 * order in the case of <code>valueAt(int)</code>.</p>
175 * <code>valueAt(0)</code> will return the value associated with the
176 * smallest key and <code>valueAt(size()-1)</code> will return the value
179 public boolean valueAt(int index) { method in class:SparseBooleanArray
203 * Returns an index for which {@link #valueAt} would return the
295 boolean value = valueAt(i);
H A DArraySet.java349 public E valueAt(int index) { method in class:ArraySet
463 add(array.valueAt(i));
555 remove(array.valueAt(i));
611 E mine = valueAt(i);
658 Object value = valueAt(i);
H A DArrayMap.java438 public V valueAt(int index) { method in class:ArrayMap
614 put(array.keyAt(i), array.valueAt(i));
730 V mine = valueAt(i);
791 Object value = valueAt(i);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java208 public E valueAt(int index) { method in class:SparseWeakArray
243 * Returns an index for which {@link #valueAt} would return the
/frameworks/support/compat/java/android/support/v4/util/
H A DLongSparseArray.java256 public E valueAt(int index) { method in class:LongSparseArray
291 * Returns an index for which {@link #valueAt} would return the
381 Object value = valueAt(i);
H A DSparseArrayCompat.java249 public E valueAt(int index) { method in class:SparseArrayCompat
284 * Returns an index for which {@link #valueAt} would return the
376 Object value = valueAt(i);
H A DArraySet.java338 public E valueAt(int index) { method in class:ArraySet
453 add(array.valueAt(i));
545 remove(array.valueAt(i));
601 E mine = valueAt(i);
648 Object value = valueAt(i);
H A DSimpleArrayMap.java378 public V valueAt(int index) { method in class:SimpleArrayMap
487 put(array.keyAt(i), array.valueAt(i));
601 V mine = valueAt(i);
626 V mine = valueAt(i);
687 Object value = valueAt(i);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DPositionMap.java259 public E valueAt(int index) { method in class:PositionMap
294 * Returns an index for which {@link #valueAt} would return the
388 Object value = valueAt(i);

Completed in 321 milliseconds