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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
VolumeCurve.cpp 91 snprintf(buffer, SIZE, "%04x : %02d, ", mIndexCur.keyAt(i), mIndexCur.valueAt(i));
101 DeviceCategoryConverter::toString(keyAt(i), deviceCatLiteral);
130 StreamTypeConverter::toString(keyAt(i), streamTypeLiteral);
AudioSourceDescriptor.cpp 56 snprintf(buffer, SIZE, "- Source %d dump:\n", keyAt(i));
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 169 mProperties->keyAt(i).string(),
174 const char* CameraProperties::Properties::keyAt(unsigned int index)
178 return mProperties->keyAt(index).string();
  /packages/apps/Nfc/src/com/android/nfc/
ForegroundUtils.java 108 uids.add(mForegroundUidPids.keyAt(i));
165 int foregroundUid = mForegroundUidPids.keyAt(i);
172 Integer.toString(foregroundPids.keyAt(j)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLSparseArrayProperty.java 79 return mSparseArray.keyAt(index);
126 int key = mSparseArray.keyAt(i);
159 int key = mSparseArray.keyAt(i);
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 40 * {@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) {
189 * Returns the index for which {@link #keyAt} would return the
252 long key = keyAt(i);
SparseLongArray.java 40 * {@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) {
187 * Returns the index for which {@link #keyAt} would return the
250 int key = keyAt(i);
SparseBooleanArray.java 41 * {@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) {
194 * Returns the index for which {@link #keyAt} would return the
292 int key = keyAt(i);
SparseIntArray.java 42 * {@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) {
197 * Returns the index for which {@link #keyAt} would return the
272 int key = keyAt(i);
  /frameworks/base/services/core/java/com/android/server/
LockGuard.java 109 final Object test = sKnown.keyAt(i);
140 final Object lock = sKnown.keyAt(i);
LockSettingsStrongAuth.java 65 int key = mStrongAuthForUser.keyAt(i);
87 int key = mStrongAuthForUser.keyAt(i);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
ItemGroup.java 49 return array.keyAt(mid); // value found
54 return array.keyAt(lo - 1);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 129 setStrategyMute(STRATEGY_MEDIA, true, mOutputs.keyAt(i));
130 setStrategyMute(STRATEGY_MEDIA, false, mOutputs.keyAt(i), MUTE_TIME_MS,
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeScheduleDaysSelection.java 77 final int day = mDays.keyAt(i);
83 rta[i] = rt.keyAt(i);
  /frameworks/base/core/java/com/android/internal/os/
SensorPowerCalculator.java 42 final int sensorHandle = sensorStats.keyAt(ise);
  /frameworks/support/design/src/android/support/design/internal/
ParcelableSparseArray.java 56 keys[i] = keyAt(i);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryFlagParser.java 89 ret.put(mData.keyAt(i), getColor(mData.valueAt(i)));
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
SparseArray.java 75 public int keyAt(final int index) {
  /frameworks/av/media/libmedia/
AudioParameter.cpp 79 str += mParameters.keyAt(i);
175 key = mParameters.keyAt(index);
  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 77 AString key = results.keyAt(i);
80 EXPECT_TRUE(settings.keyAt(0) == "max-supported-instances");
  /frameworks/base/services/core/java/com/android/server/am/
AppTimeTracker.java 86 pkgs.putLong(mPackageTimes.keyAt(i), mPackageTimes.valueAt(i).value);
110 pw.print(prefix); pw.print("mPackageTime:"); pw.print(mPackageTimes.keyAt(i));
  /frameworks/support/design/src/android/support/design/widget/
DirectedAcyclicGraph.java 108 result.add(mGraph.keyAt(i));
152 dfs(mGraph.keyAt(i), mSortResult, mSortTmpMarked);
  /frameworks/av/drm/common/
DrmInfo.cpp 79 const String8& key = mDrmInfo->mAttributes.keyAt(mIndex);
DrmInfoRequest.cpp 73 const String8& key = mDrmInfoRequest->mRequestInformationMap.keyAt(mIndex);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.cpp 54 const KeyMap::key_type& keyId = keys.keyAt(i);

Completed in 1154 milliseconds

12 3 4 5 6 7 8 91011>>