Searched refs:getValues (Results 1 - 25 of 87) sorted by path

1234

/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java888 PropertyValuesHolder[] oldValues = valueAnim.getValues();
H A DObjectAnimator.java793 PropertyValuesHolder[] theirValues = ((ObjectAnimator) anim).getValues();
H A DValueAnimator.java517 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java759 imageView.getImageMatrix().getValues(matrix);
H A DFragmentManager.java517 PropertyValuesHolder[] values = valueAnim.getValues();
H A DSharedElementCallback.java185 matrix.getValues(values);
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java698 mMatrix.getValues(tmpMatrix);
/frameworks/base/core/java/android/app/usage/
H A DNetworkStats.java416 mRecycledSummaryEntry = mSummary.getValues(mEnumerationIndex++, mRecycledSummaryEntry);
443 mRecycledHistoryEntry = mHistory.getValues(mEnumerationIndex++,
/frameworks/base/core/java/android/content/
H A DContentQueryMap.java124 public synchronized ContentValues getValues(String rowName) { method in class:ContentQueryMap
/frameworks/base/core/java/android/net/
H A DNetworkStats.java231 entry = getValues(i, entry);
287 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
365 entry = another.getValues(i, entry);
701 entry = getValues(i, entry);
868 getValues(i, recycle);
H A DNetworkStatsHistory.java269 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
473 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
474 return getValues(start, end, Long.MAX_VALUE, recycle);
481 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java381 Vector val = x509Name.getValues();
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java220 public boolean[] getValues() { method in class:MultiCheckPreference
265 if (callChangeListener(getValues())) {
290 myState.values = getValues();
H A DMultiSelectListPreference.java148 public Set<String> getValues() { method in class:MultiSelectListPreference
247 myState.values = getValues();
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java287 startMatrix.getValues(startMatrixValues);
289 endMatrix.getValues(endMatrixValues);
H A DTransitionUtils.java183 startValue.getValues(mTempStartValues);
184 endValue.getValues(mTempEndValues);
/frameworks/base/core/java/android/util/
H A DArrayMap.java883 return getCollection().getValues();
H A DMapCollections.java543 public Collection<V> getValues() { method in class:MapCollections
/frameworks/base/core/java/android/view/animation/
H A DTranslateXAnimation.java51 m.getValues(mTmpValues);
H A DTranslateYAnimation.java51 m.getValues(mTmpValues);
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java157 mMatrix.getValues(matrixArray);
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java208 entry = stats.getValues(j, entry);
222 entry = stats.getValues(i, entry);
329 expectedRow = expected.getValues(i, expectedRow);
330 actualRow = actual.getValues(i, actualRow);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7630 final NetworkStats.Entry entry = delta.getValues(i, mTmpNetworkStatsEntry);
7848 final NetworkStats.Entry entry = delta.getValues(i, mTmpNetworkStatsEntry);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp274 static void getValues(JNIEnv* env, jobject clazz, jlong matrixHandle, jfloatArray values) { function in class:android::SkMatrixGlue
349 {"native_getValues","!(J[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java313 Entry statsEntry = stats.getValues(i, null);

Completed in 530 milliseconds

1234