Searched refs:getValues (Results 26 - 50 of 87) sorted by relevance

1234

/frameworks/base/core/java/android/net/
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/services/core/java/com/android/server/wm/
H A DBlackFrame.java72 mTmpMatrix.getValues(mTmpFloats);
H A DAppWindowAnimator.java227 thumbnailTransformation.getMatrix().getValues(tmpFloats);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilter.java67 Face[] faces = (Face[]) facesFrame.getValues();
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h153 const ValueList &getValues() const { return Values; } function in class:llvm_3_2::ValueEnumerator
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java79 public Map<CAType, String> getValues() { method in class:CivicLocationElement
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java109 final Set<String> initialSelections = pref.getValues();
/frameworks/support/v4/java/android/support/v4/app/
H A DSharedElementCallback.java183 matrix.getValues(values);
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java287 startMatrix.getValues(startMatrixValues);
289 endMatrix.getValues(endMatrixValues);
/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/java/android/view/inputmethod/
H A DCursorAnchorInfo.java157 mMatrix.getValues(matrixArray);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java313 Entry statsEntry = stats.getValues(i, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileDataControllerImpl.java146 final NetworkStatsHistory.Entry entry = history.getValues(start, end, now, null);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java258 matrix.getValues(mValues);
/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp149 const vector<string>& values = spec.getValues();
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java440 mMatrix.getValues(mValues);
473 mMatrix.getValues(mValues);
926 mMatrix.getValues(mValues);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java978 entry.add(stats.getValues(i, null));
984 entry.add(stats.getValues(i, null));
997 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java381 Vector val = x509Name.getValues();
/frameworks/base/core/java/android/util/
H A DMapCollections.java543 public Collection<V> getValues() { method in class:MapCollections
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java426 PropertyValuesHolder[] values = previousAnimator.getValues();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java195 entry = delta.getValues(i, entry);
/frameworks/base/tools/aapt/
H A DBundle.h102 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java542 public Collection<V> getValues() { method in class:MapCollections

Completed in 849 milliseconds

1234