Searched defs:getValues (Results 1 - 22 of 22) sorted by relevance

/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java48 public Object getValues() { method in class:FrameValues
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIccServiceTableTest.java51 protected Object[] getValues() { method in class:IccServiceTableTest.TestIccServiceTable
/frameworks/base/core/java/android/content/
H A DContentQueryMap.java124 public synchronized ContentValues getValues(String rowName) { method in class:ContentQueryMap
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java219 public boolean[] getValues() { method in class:MultiCheckPreference
264 if (callChangeListener(getValues())) {
289 myState.values = getValues();
H A DMultiSelectListPreference.java147 public Set<String> getValues() { method in class:MultiSelectListPreference
246 myState.values = getValues();
/frameworks/base/core/java/com/android/internal/os/
H A DBatterySipper.java72 public double[] getValues() { method in class:BatterySipper
/frameworks/compile/slang/BitWriter_2_9/
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 DValueEnumerator.h130 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h130 const ValueList &getValues() const { return Values; } function in class:llvm_3_2::ValueEnumerator
/frameworks/base/core/java/android/util/
H A DMapCollections.java543 public Collection<V> getValues() { method in class:MapCollections
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java542 public Collection<V> getValues() { method in class:MapCollections
/frameworks/base/core/java/android/net/
H A DNetworkStats.java222 entry = getValues(i, entry);
278 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
356 entry = another.getValues(i, entry);
692 entry = getValues(i, entry);
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/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/animation/
H A DValueAnimator.java481 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java27 public static final int MSCALE_X = 0; //!< use with getValues/setValues
28 public static final int MSKEW_X = 1; //!< use with getValues/setValues
29 public static final int MTRANS_X = 2; //!< use with getValues/setValues
30 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
31 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
32 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
33 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
34 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
35 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
758 public void getValues(floa method in class:Matrix
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h101 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 2504 milliseconds