Searched refs:getValues (Results 1 - 25 of 61) sorted by last modified time

123

/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java203 return getCollection().getValues();
H A DMapCollections.java542 public Collection<V> getValues() { method in class:MapCollections
/frameworks/testing/espresso/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccServiceTable.java35 protected abstract Object[] getValues(); method in class:IccServiceTable
56 Object[] values = getValues();
H A DUsimServiceTable.java138 protected Object[] getValues() { method in class:UsimServiceTable
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java51 protected Object[] getValues() { method in class:IccServiceTableTest.TestIccServiceTable
/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/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp785 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getValues();
1003 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getValues();
H A DValueEnumerator.h130 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp739 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getValues();
957 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getValues();
H A DValueEnumerator.h130 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp808 const llvm_3_2::ValueEnumerator::ValueList &Vals = VE.getValues();
1015 const llvm_3_2::ValueEnumerator::ValueList &Vals = VE.getValues();
H A DValueEnumerator.h130 const ValueList &getValues() const { return Values; } function in class:llvm_3_2::ValueEnumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelCircleView.java210 PropertyValuesHolder[] values = mCircleAnimator.getValues();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java287 PropertyValuesHolder[] values = mCircleAnimator.getValues();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java865 PropertyValuesHolder[] values = mQsContainerAnimator.getValues();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileDataController.java140 final NetworkStatsHistory.Entry entry = history.getValues(start, end, now, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java332 PropertyValuesHolder[] values = previousAnimator.getValues();
391 PropertyValuesHolder[] values = previousAnimator.getValues();
449 PropertyValuesHolder[] values = previousAnimator.getValues();
528 PropertyValuesHolder[] values = previousAnimator.getValues();
580 PropertyValuesHolder[] values = previousAnimator.getValues();
633 PropertyValuesHolder[] values = previousAnimator.getValues();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java258 matrix.getValues(mValues);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java177 historyEntry = history.getValues(start, end, now, historyEntry);
H A DNetworkStatsRecorder.java173 entry = delta.getValues(i, entry);
H A DNetworkStatsService.java602 entry = networkLayer.getValues(i, entry);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java196 thumbnailTransformation.getMatrix().getValues(tmpFloats);
H A DBlackFrame.java72 mTmpMatrix.getValues(mTmpFloats);

Completed in 481 milliseconds

123