Searched refs:valueAt (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseIntArray.java49 public int valueAt(int index) { method in class:UnmodifiableSparseIntArray
50 return mArray.valueAt(index);
H A DUnmodifiableSparseArray.java49 public E valueAt(int index) { method in class:UnmodifiableSparseArray
50 return mArray.valueAt(index);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java914 builder.append("TEXT=").append(mSelectorAttributes.valueAt(i));
917 builder.append("TEXT_REGEX=").append(mSelectorAttributes.valueAt(i));
920 builder.append("START_TEXT=").append(mSelectorAttributes.valueAt(i));
923 builder.append("CONTAINS_TEXT=").append(mSelectorAttributes.valueAt(i));
926 builder.append("CLASS=").append(mSelectorAttributes.valueAt(i));
929 builder.append("CLASS_REGEX=").append(mSelectorAttributes.valueAt(i));
932 builder.append("DESCRIPTION=").append(mSelectorAttributes.valueAt(i));
935 builder.append("DESCRIPTION_REGEX=").append(mSelectorAttributes.valueAt(i));
938 builder.append("START_DESCRIPTION=").append(mSelectorAttributes.valueAt(i));
941 builder.append("CONTAINS_DESCRIPTION=").append(mSelectorAttributes.valueAt(
[all...]
/frameworks/base/libs/hwui/
H A DResourceCache.cpp34 ResourceReference* ref = mCache->valueAt(i);
36 i, mCache->keyAt(i), mCache->valueAt(i));
71 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr;
90 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr;
112 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr;
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReader.java94 userTimeDeltaUs -= mLastUserTimeUs.valueAt(index);
95 systemTimeDeltaUs -= mLastSystemTimeUs.valueAt(index);
96 powerDeltaMaUs -= mLastPowerMaUs.valueAt(index);
106 TimeUtils.formatDuration(mLastUserTimeUs.valueAt(index) / 1000, sb);
108 TimeUtils.formatDuration(mLastSystemTimeUs.valueAt(index) / 1000, sb);
109 sb.append(" p=").append(mLastPowerMaUs.valueAt(index) / 1000);
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp47 buffer_t* bo = mBuffers.valueAt(i);
58 return mBuffers.valueAt(i);
93 buffer_t* bo = mBuffers.valueAt(index);
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DTileList.java46 mLastAccessedTile = mTiles.valueAt(index);
60 return mTiles.valueAt(index);
69 Tile<T> oldTile = mTiles.valueAt(index);
/frameworks/base/services/core/java/com/android/server/
H A DLockGuard.java94 final Object child = info.children.valueAt(i);
113 sKnown.valueAt(i).children.add(lock);
141 final LockInfo info = sKnown.valueAt(i);
144 pw.println(" Child " + lockToString(info.children.valueAt(j)));
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DInfoStoreTrojan.java32 ViewInfoStore.InfoRecord record = store.mLayoutHolderMap.valueAt(i);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp192 valueAt(index)->setInfoProvider(NULL);
201 openCount += valueAt(i)->openCount();
210 if (valueAt(i)->activeCount() != 0) {
211 activeSessions.add(valueAt(i)->session(), valueAt(i));
225 const sp<AudioSession> audioSession = valueAt(i);
242 valueAt(i)->onSessionInfoUpdate();
254 valueAt(i)->dump(fd, spaces + 2, i);
H A DAudioInputDescriptor.cpp69 return mSessions.size() > 0 ? mSessions.valueAt(0)->inputSource() :
138 return mSessions.valueAt(0)->isSoundTrigger();
205 const sp<AudioInputDescriptor> inputDescriptor = valueAt(i);
217 inputDesc = valueAt(i);
229 const sp<AudioInputDescriptor> inputDescriptor = valueAt(i);
240 const sp<AudioInputDescriptor> inputDescriptor = valueAt(i);
267 valueAt(i)->dump(fd);
H A DVolumeCurve.cpp90 snprintf(buffer, SIZE, "%04x : %02d, ", mIndexCur.keyAt(i), mIndexCur.valueAt(i));
104 valueAt(i)->dump(fd);
123 valueAt(i).dump(fd);
134 valueAt(i).dump(fd, 2, true);
H A DAudioPolicyMix.cpp93 policyMix = valueAt(index);
100 sp<AudioPolicyMix> policyMix = valueAt(i);
113 sp<AudioPolicyMix> policyMix = valueAt(i);
236 AudioMix *mix = valueAt(i)->getMix();
269 sp<AudioPolicyMix> policyMix = valueAt(i);
280 sp<AudioPolicyMix> audioPolicyMix = valueAt(index);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSparseArrayObjectAdapter.java41 return mItems.valueAt(position);
84 if (mItems.valueAt(index) != item) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DUsageGraph.java119 mPaths.put(points.keyAt(i), points.valueAt(i));
153 int y = mPaths.valueAt(i);
168 int lastY = mLocalPaths.valueAt(mLocalPaths.size() - 1);
223 int y = mLocalPaths.valueAt(mLocalPaths.size() - 2);
231 mPath.moveTo(mLocalPaths.keyAt(0), mLocalPaths.valueAt(0));
234 int y = mLocalPaths.valueAt(i);
237 mPath.moveTo(mLocalPaths.keyAt(i), mLocalPaths.valueAt(i));
249 mPath.moveTo(mLocalPaths.keyAt(0), mLocalPaths.valueAt(0));
252 int y = mLocalPaths.valueAt(i);
259 mPath.moveTo(mLocalPaths.keyAt(i), mLocalPaths.valueAt(
[all...]
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java48 buffer.append(array.keyAt(i)).append("=").append(Arrays.toString(array.valueAt(i)));
96 !Arrays.equals(array.valueAt(i), otherArray.valueAt(i))) {
/frameworks/base/location/java/android/location/
H A DGpsStatus.java55 GpsSatellite satellite = mSatellites.valueAt(mIndex);
66 GpsSatellite satellite = mSatellites.valueAt(mIndex);
246 GpsSatellite satellite = mSatellites.valueAt(i);
/frameworks/base/services/core/java/com/android/server/am/
H A DIntentBindRecord.java66 AppBindRecord a = apps.valueAt(i);
82 final ArraySet<ConnectionRecord> connections = apps.valueAt(i).connections;
84 flags |= connections.valueAt(j).flags;
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp56 delete mInputSources.valueAt(i);
61 mInputs.valueAt(i)->mEffects.clear();
62 delete mInputs.valueAt(i);
68 delete mOutputStreams.valueAt(i);
73 mOutputSessions.valueAt(i)->mEffects.clear();
74 delete mOutputSessions.valueAt(i);
103 inputDesc = mInputs.valueAt(idx);
109 Vector <EffectDesc *> effects = mInputSources.valueAt(index)->mEffects;
143 EffectVector *inputDesc = mInputs.valueAt(index);
164 if (mInputs.valueAt(inde
[all...]
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h43 fileStore.add(payload->keyAt(i),payload->valueAt(i));
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java54 return networks.valueAt(0);
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h93 value = map.valueAt(index);
155 deleteValue(map.valueAt(i));
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DMessageUtilsTest.java71 assertEquals(msg, a1.valueAt(i), a2.valueAt(i));
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTableLayoutBindingAdapter.java51 boolean shrinkable = columns.valueAt(i);
69 boolean stretchable = columns.valueAt(i);
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java222 final SparseArray<SparseArray<PackageState>> uids = pkgMap.valueAt(ip);
225 final SparseArray<PackageState> versions = uids.valueAt(iu);
228 final PackageState otherState = versions.valueAt(iv);
232 ProcessState otherProc = otherState.mProcesses.valueAt(iproc);
251 ServiceState otherSvc = otherState.mServices.valueAt(isvc);
264 SparseArray<ProcessState> uids = procMap.valueAt(ip);
267 ProcessState otherProc = uids.valueAt(iu);
387 SparseArray<ProcessState> uids = procMap.valueAt(iproc);
389 final ProcessState proc = uids.valueAt(iu);
413 final SparseArray<ProcessState> uids = procMap.valueAt(i
[all...]

Completed in 639 milliseconds

1234567891011>>