Searched defs:getValues (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ContentQueryMap.java | 124 public synchronized ContentValues getValues(String rowName) { in getValues() method in ContentQueryMap
|
/frameworks/base/core/java/android/net/ |
D | NetworkStatsHistory.java | 241 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
|
D | NetworkStats.java | 214 public Entry getValues(int i, Entry recycle) { in getValues() method in NetworkStats
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 111 const ValueList &getValues() const { return Values; } in getValues() function
|
/frameworks/base/core/java/android/preference/ |
D | MultiSelectListPreference.java | 136 public Set<String> getValues() { in getValues() method in MultiSelectListPreference
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 474 public PropertyValuesHolder[] getValues() { in getValues() method in ValueAnimator
|
/frameworks/base/tools/aapt/ |
D | Bundle.h | 87 bool getValues(void) const { return mValues; } in getValues() function
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 320 static void getValues(JNIEnv* env, jobject clazz, SkMatrix* matrix, jfloatArray values) { in getValues() function in android::SkMatrixGlue
|
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 719 public void getValues(float[] values) { in getValues() method in Matrix
|