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

12

/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/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java177 public int[] getValues() { method in class:DisplayDensityUtils
/frameworks/base/core/java/android/preference/
H A DMultiCheckPreference.java220 public boolean[] getValues() { method in class:MultiCheckPreference
265 if (callChangeListener(getValues())) {
290 myState.values = getValues();
H A DMultiSelectListPreference.java148 public Set<String> getValues() { method in class:MultiSelectListPreference
247 myState.values = getValues();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java64 if (holder == null || holder.getValues() == null) {
69 animator.setValues(holder.getValues());
76 animator.setPropertyName(holder.getValues().getPropertyName());
241 PropertyValuesHolder getValues() { method in class:AnimatedVectorDrawable_Delegate.PropertySetter
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h150 const ValueList &getValues() const { return Values; } function in class:llvm_2_9_func::ValueEnumerator
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h153 const ValueList &getValues() const { return Values; } function in class:llvm_3_2::ValueEnumerator
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java215 public Set<String> getValues() { method in class:MultiSelectListPreference
275 myState.values = getValues();
/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.java259 entry = getValues(i, entry);
324 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
404 entry = another.getValues(i, entry);
746 entry = getValues(i, entry);
930 getValues(i, recycle);
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.cpp271 static void getValues(JNIEnv* env, jobject clazz, jlong matrixHandle, jfloatArray values) { function in class:android::SkMatrixGlue
346 {"native_getValues","!(J[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java79 public Map<CAType, String> getValues() { method in class:CivicLocationElement
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java499 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.h103 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/rs/api/
H A DSpecification.h319 const std::vector<std::string>& getValues() const { return mValues; } function in class:TypeSpecification
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/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 ...

Completed in 1708 milliseconds

12