Searched defs:getValues (Results 1 - 25 of 43) 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/support/v7/preference/src/android/support/v7/preference/internal/
H A DAbstractMultiSelectListPreference.java55 public abstract Set<String> getValues(); method in class:AbstractMultiSelectListPreference
/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.java181 public int[] getValues() { method in class:DisplayDensityUtils
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java129 public List<String> getValues() { method in class:SimpleStringAdapter
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java129 public List<String> getValues() { method in class:SimpleStringAdapter
/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.java69 if (holder == null || holder.getValues() == null) {
74 animator.setValues(holder.getValues());
82 animator.setPropertyName(holder.getValues().getPropertyName());
255 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.java161 public Set<String> getValues() { method in class:MultiSelectListPreference
222 myState.values = getValues();
/frameworks/base/core/java/android/util/
H A DMapCollections.java546 public Collection<V> getValues() { method in class:MapCollections
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java544 public Collection<V> getValues() { method in class:MapCollections
/frameworks/base/core/java/android/net/
H A DNetworkStatsHistory.java272 public Entry getValues(int i, Entry recycle) { method in class:NetworkStatsHistory
476 public Entry getValues(long start, long end, Entry recycle) { method in class:NetworkStatsHistory
477 return getValues(start, end, Long.MAX_VALUE, recycle);
484 public Entry getValues(long start, long end, long now, Entry recycle) { method in class:NetworkStatsHistory
H A DNetworkStats.java284 entry = getValues(i, entry);
352 public Entry getValues(int i, Entry recycle) { method in class:NetworkStats
434 entry = another.getValues(i, entry);
782 entry = getValues(i, entry);
984 getValues(i, recycle);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp120 static void getValues(JNIEnv* env, jobject clazz, jlong matrixHandle, function in class:android::SkMatrixGlue
345 {"nGetValues","(J[F)V", (void*) SkMatrixGlue::getValues},
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java538 public PropertyValuesHolder[] getValues() { method in class:ValueAnimator
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java31 public static final int MSCALE_X = 0; //!< use with getValues/setValues
32 public static final int MSKEW_X = 1; //!< use with getValues/setValues
33 public static final int MTRANS_X = 2; //!< use with getValues/setValues
34 public static final int MSKEW_Y = 3; //!< use with getValues/setValues
35 public static final int MSCALE_Y = 4; //!< use with getValues/setValues
36 public static final int MTRANS_Y = 5; //!< use with getValues/setValues
37 public static final int MPERSP_0 = 6; //!< use with getValues/setValues
38 public static final int MPERSP_1 = 7; //!< use with getValues/setValues
39 public static final int MPERSP_2 = 8; //!< use with getValues/setValues
749 public void getValues(floa method in class:Matrix
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h104 bool getValues(void) const { return mValues; } function in class:Bundle
/frameworks/rs/script_api/
H A DSpecification.h321 const std::vector<std::string>& getValues() const { return mValues; } function in class:TypeSpecification

Completed in 594 milliseconds

12