Home
last modified time | relevance | path

Searched defs:getValues (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/
DContentQueryMap.java124 public synchronized ContentValues getValues(String rowName) { in getValues() method in ContentQueryMap
/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java241 public Entry getValues(int i, Entry recycle) { in getValues() method in NetworkStatsHistory
425 public Entry getValues(long start, long end, Entry recycle) { in getValues() method in NetworkStatsHistory
433 public Entry getValues(long start, long end, long now, Entry recycle) { in getValues() method in NetworkStatsHistory
DNetworkStats.java214 public Entry getValues(int i, Entry recycle) { in getValues() method in NetworkStats
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h111 const ValueList &getValues() const { return Values; } in getValues() function
/frameworks/base/core/java/android/preference/
DMultiSelectListPreference.java136 public Set<String> getValues() { in getValues() method in MultiSelectListPreference
/frameworks/base/core/java/android/animation/
DValueAnimator.java474 public PropertyValuesHolder[] getValues() { in getValues() method in ValueAnimator
/frameworks/base/tools/aapt/
DBundle.h87 bool getValues(void) const { return mValues; } in getValues() function
/frameworks/base/core/jni/android/graphics/
DMatrix.cpp320 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { in getValues() function in android::SkMatrixGlue
/frameworks/base/graphics/java/android/graphics/
DMatrix.java719 public void getValues(float[] values) { in getValues() method in Matrix