HomeSort by relevance Sort by last modified time
    Searched refs:keyAt (Results 76 - 100 of 529) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/
ResourceCache.cpp 36 i, mCache->keyAt(i), mCache->valueAt(i));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskKeyLruCache.java 128 writer.print(innerPrefix); writer.println(mKeys.get(mKeys.keyAt(i)));
  /frameworks/support/transition/ics/android/support/transition/
TransitionPort.java 184 int id = endValues.idValues.keyAt(i);
190 long id = endValues.itemIdValues.keyAt(i);
243 long id = startValues.itemIdValues.keyAt(i);
266 int id = endIdCopy.keyAt(i);
276 long id = endItemIdCopy.keyAt(i);
329 Animator anim = runningAnimators.keyAt(j);
800 Animator anim = runningAnimators.keyAt(i);
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 214 const char* keyAt(const unsigned int) const;
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 171 const char* keyAt(unsigned int);
  /packages/apps/Camera2/src/com/android/camera/app/
ModuleManagerImpl.java 84 modeIndexList.add(mRegisteredModuleAgents.keyAt(i));
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 187 setOutputDevice(mOutputs.keyAt(i),
188 getNewDevice(mOutputs.keyAt(i), true /*fromCache*/),
374 setStrategyMute(STRATEGY_MEDIA, true, mOutputs.keyAt(i));
375 setStrategyMute(STRATEGY_MEDIA, false, mOutputs.keyAt(i), MUTE_TIME_MS,
377 setStrategyMute(STRATEGY_SONIFICATION, true, mOutputs.keyAt(i));
378 setStrategyMute(STRATEGY_SONIFICATION, false, mOutputs.keyAt(i), MUTE_TIME_MS,
467 audio_io_handle_t output = mOutputs.keyAt(i);
621 ALOGV("getOutput() reusing direct output %d", mOutputs.keyAt(i));
622 return mOutputs.keyAt(i);
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SparseArrayTest.java 85 assertEquals(NON_EXISTED_KEY, sparseArray.keyAt(size));
151 assertEquals(NON_EXISTED_KEY, sparseArray.keyAt(size));
  /frameworks/av/media/libmedia/
IDataSource.cpp 195 reply->writeInt32(handle->copyControlVector.keyAt(i));
202 reply->writeString8(handle->extendedData.keyAt(i));
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 244 return keyAt(i);
265 snprintf(buffer, SIZE, "- Input %d dump:\n", keyAt(i));
  /frameworks/base/core/java/android/util/
LongSparseArray.java 47 * {@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) {
277 * Returns the index for which {@link #keyAt} would return the
362 long key = keyAt(i);
SparseArray.java 47 * {@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) {
322 * Returns the index for which {@link #keyAt} would return the
409 int key = keyAt(i);
  /frameworks/base/services/core/java/com/android/server/connectivity/
LingerMonitor.java 102 nameToNumber.put(numberToName.valueAt(i), numberToName.keyAt(i));
114 return mNotifications.keyAt(i);
  /frameworks/base/services/core/java/com/android/server/pm/
KeySetManagerService.java 270 return mKeySets.keyAt(keySetIndex);
288 String alias = definedMapping.keyAt(i);
496 return mKeySetMapping.keyAt(keyMapIndex);
511 return mPublicKeys.keyAt(publicKeyIndex);
656 long id = mPublicKeys.keyAt(pKeyIndex);
670 long id = mKeySetMapping.keyAt(keySetIndex);
785 KeySetHandle ks = mKeySets.get(keySetRefCounts.keyAt(i));
805 orphanedKeySets.add(mKeySets.keyAt(i));
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 59 list.keyAt(i), rec.size/1024.0f,
64 list.keyAt(i),
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
MockKeyStore.java 135 int key = mStore.keyAt(i);
157 int uid = mStore.keyAt(i);
  /frameworks/support/compat/java/android/support/v4/util/
LongSparseArray.java 242 public long keyAt(int index) {
278 * Returns the index for which {@link #keyAt} would return the
378 long key = keyAt(i);
SparseArrayCompat.java 235 public int keyAt(int index) {
271 * Returns the index for which {@link #keyAt} would return the
373 int key = keyAt(i);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 245 public int keyAt(int index) {
281 * Returns the index for which {@link #keyAt} would return the
383 int key = keyAt(i);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AidRoutingManager.java 171 int route = mAidRoutingTable.keyAt(i);
224 pw.println(" Routed to 0x" + Integer.toHexString(mAidRoutingTable.keyAt(i)) + ":");
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
FragmentStatePagerAdapter2.java 166 final int pos = mFragments.keyAt(i);
219 final int oldPos = mFragments.keyAt(i);
  /system/core/include/utils/
KeyedVector.h 70 const KEY& keyAt(size_t index) const;
159 const KEY& KeyedVector<KEY,VALUE>::keyAt(size_t index) const {
  /frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java     [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 355 const int sensor_handle = mActivationCount.keyAt(i);
388 const int sensor_handle = mActivationCount.keyAt(i);
397 mDisabledClients.add(info.batchParams.keyAt(j));
430 if (!device.isClientDisabledLocked(batchParams.keyAt(i))) {
458 if (device.isClientDisabledLocked(batchParams.keyAt(i))) continue;
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 422 channelIds.add((long) mChannelInfoList.keyAt(i));
507 return mChannelInfoList.get(mChannelInfoList.keyAt(position));
514 public long keyAt(int position) {
515 return mChannelInfoList.keyAt(position);
557 return mContentProvider.keyAt(mPosition);

Completed in 396 milliseconds

1 2 34 5 6 7 8 91011>>