Searched refs:getValues (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
H A DMatrix_DelegateTest.java51 m1.getValues(v1);
52 m2.getValues(v2);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccServiceTable.java35 protected abstract Object[] getValues(); method in class:IccServiceTable
55 Object[] values = getValues();
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java68 // call to getValues() below won't do a requery().
73 ContentValues v = cqm.getValues("test");
81 ContentValues v = cqm.getValues("test");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DUsimServiceTable.java139 protected Object[] getValues() { method in class:UsimServiceTable
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java49 protected Object[] getValues() { method in class:IccServiceTableTest.TestIccServiceTable
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java210 public boolean[] getValues() { method in class:MultiCheckPreference
255 if (callChangeListener(getValues())) {
280 myState.values = getValues();
H A DMultiSelectListPreference.java137 public Set<String> getValues() { method in class:MultiSelectListPreference
236 myState.values = getValues();
/frameworks/base/core/java/android/content/
H A DContentQueryMap.java124 public synchronized ContentValues getValues(String rowName) { method in class:ContentQueryMap
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
H A DDataIdleTest.java101 Entry statsEntry = stats.getValues(i, null);
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java74 entry = history.getValues(0, entry);
78 entry = history.getValues(history.size() - 1, entry);
82 entry = history.getValues(Long.MIN_VALUE, Long.MAX_VALUE, entry);
473 entry = stats.getValues(i, entry);
481 final NetworkStatsHistory.Entry entry = stats.getValues(index, null);
488 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
495 final NetworkStatsHistory.Entry entry = stats.getValues(index, null);
513 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java160 final NetworkStats.Entry entry = stats.getValues(i, null);
168 final NetworkStats.Entry entry = stats.getValues(i, null);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h119 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h119 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java30 public static final int MSCALE_X = 0; //!< use with getValues/setValues
31 public static final int MSKEW_X = 1; //!< use with getValues/setValues
32 public static final int MTRANS_X = 2; //!< use with getValues/setValues
33 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
34 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
35 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
36 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
37 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
38 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
719 public void getValues(floa method in class:Matrix
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkStats.java187 entry = getValues(i, entry);
242 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
316 entry = another.getValues(i, entry);
617 entry = getValues(i, entry);
H A DNetworkStatsHistory.java267 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
471 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
472 return getValues(start, end, Long.MAX_VALUE, recycle);
479 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java65 mTmpMatrix.getValues(mTmpFloats);
H A DAppWindowAnimator.java148 thumbnailTransformation.getMatrix().getValues(tmpFloats);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp320 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { function in class:android::SkMatrixGlue
400 {"native_getValues","(I[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java372 Vector val = x509Name.getValues();
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java314 Entry statsEntry = stats.getValues(i, null);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsRecorder.java170 entry = delta.getValues(i, entry);
/frameworks/base/tools/aapt/
H A DBundle.h98 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java309 mMatrix.getValues(mValues);
342 mMatrix.getValues(mValues);
740 mMatrix.getValues(mValues);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java311 mMatrix.getValues(mValues);
344 mMatrix.getValues(mValues);
746 mMatrix.getValues(mValues);

Completed in 4482 milliseconds

12