Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/frameworks/base/core/java/android/transition/
DVisibilityPropagation.java43 public void captureValues(TransitionValues values) { in captureValues()
71 public int getViewVisibility(TransitionValues values) { in getViewVisibility()
89 public int getViewX(TransitionValues values) { in getViewX()
100 public int getViewY(TransitionValues values) { in getViewY()
104 private static int getViewCoordinate(TransitionValues values, int coordinateIndex) { in getViewCoordinate()
/frameworks/base/core/java/android/content/
DEntity.java38 public Entity(ContentValues values) { in Entity()
51 public void addSubValue(Uri uri, ContentValues values) { in addSubValue()
57 public final ContentValues values; field in Entity.NamedContentValues
59 public NamedContentValues(Uri uri, ContentValues values) { in NamedContentValues()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceSetTest.java43 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet0() local
56 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet1() local
67 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet2() local
80 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet3() local
95 final ContentValues values = verifyPopulateContentValues(recurrence, null, in testRecurrenceSet4() local
110 final ContentValues values = verifyPopulateContentValues(recurrence, "FREQ=YEARLY", null, in testRecurrenceSet5() local
138 final ContentValues values = verifyPopulateContentValues(recurrence, in testRecurrenceSet6() local
244 ContentValues values = new ContentValues(); in verifyPopulateContentValues() local
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
DFileUpdaterTest.java148 final ArrayMap<String, String> values = new ArrayMap<>(); in testNoWrites() local
172 final ArrayMap<String, String> values = new ArrayMap<>(); in testSimpleWrite() local
197 final ArrayMap<String, String> values = new ArrayMap<>(); in testMultiWrites() local
227 final ArrayMap<String, String> values = new ArrayMap<>(); in testCantReadDefault() local
259 final ArrayMap<String, String> values = new ArrayMap<>(); in testWriteGiveUp() local
303 final ArrayMap<String, String> values = new ArrayMap<>(); in testSuccessWithRetry() local
360 final ArrayMap<String, String> values = new ArrayMap<>(); in testWriteReadDefault() local
/frameworks/base/core/java/android/animation/
DObjectAnimator.java243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt()
289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
334 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt()
380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() argument
401 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb()
421 int... values) { in ofArgb()
442 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat()
489 float... values) { in ofFloat()
535 float[][] values) { in ofMultiFloat()
581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() argument
[all …]
DPropertyValuesHolder.java156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt()
167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt()
185 public static PropertyValuesHolder ofMultiInt(String propertyName, int[][] values) { in ofMultiInt()
241 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() argument
263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt()
275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat()
286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat()
304 public static PropertyValuesHolder ofMultiFloat(String propertyName, float[][] values) { in ofMultiFloat()
359 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() argument
381 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat()
[all …]
/frameworks/base/graphics/java/android/graphics/
DInterpolator.java73 public void setKeyFrame(int index, int msec, float[] values) { in setKeyFrame()
87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) { in setKeyFrame()
121 public Result timeToValues(float[] values) { in timeToValues()
136 public Result timeToValues(int msec, float[] values) { in timeToValues()
160 …ve void nativeSetKeyFrame(long native_instance, int index, int msec, float[] values, float[] blend… in nativeSetKeyFrame()
162 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
/frameworks/hardware/interfaces/stats/aidl/vts/functional/
DVtsHalStatsTargetTest.cpp45 std::vector<VendorAtomValue> values; in TEST_P() local
66 std::vector<VendorAtomValue> values; in TEST_P() local
87 std::vector<VendorAtomValue> values; in TEST_P() local
108 std::vector<VendorAtomValue> values; in TEST_P() local
/frameworks/base/core/java/android/provider/
DSyncStateContract.java105 ContentValues values = new ContentValues(); in set() local
114 ContentValues values = new ContentValues(); in insert() local
123 ContentValues values = new ContentValues(); in update() local
160 ContentValues values = new ContentValues(); in newSetOperation() local
179 ContentValues values = new ContentValues(); in newUpdateOperation() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaInserterTest.java106 ContentValues values = new ContentValues(); in createFileContent() local
112 ContentValues values = new ContentValues(); in createAudioContent() local
118 ContentValues values = new ContentValues(); in createVideoContent() local
124 ContentValues values = new ContentValues(); in createImageContent() local
138 ContentValues values; in fillBuffer() local
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowEventLog.java35 protected static int writeEvent(int tag, Object... values) { in writeEvent()
57 public final List<Object> values; field in ShadowEventLog.Entry
59 public Entry(int tag, List<Object> values) { in Entry()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DGenericDocumentToProtoConverter.java142 String[] values = new String[property.getStringValuesCount()]; in toGenericDocument() local
148 long[] values = new long[property.getInt64ValuesCount()]; in toGenericDocument() local
154 double[] values = new double[property.getDoubleValuesCount()]; in toGenericDocument() local
172 GenericDocument[] values = new GenericDocument[property.getDocumentValuesCount()]; in toGenericDocument() local
/frameworks/av/drm/libmediadrm/tests/
DEventMetric_test.cpp30 std::map<int, EventStatistics> values; in TEST() local
43 std::map<int, EventStatistics> values; in TEST() local
74 std::map<std::string, EventStatistics> values; in TEST() local
122 std::map<int, EventStatistics> values; in TEST() local
DCounterMetric_test.cpp32 std::map<int, int64_t> values; in TEST_F() local
45 std::map<int, int64_t> values; in TEST_F() local
64 std::map<std::string, int64_t> values; in TEST_F() local
/frameworks/ex/common/java/com/android/common/content/
DSQLiteContentProvider.java71 protected abstract Uri insertInTransaction(Uri uri, ContentValues values); in insertInTransaction()
76 protected abstract int updateInTransaction(Uri uri, ContentValues values, String selection, in updateInTransaction()
95 public Uri insert(Uri uri, ContentValues values) { in insert()
122 public int bulkInsert(Uri uri, ContentValues[] values) { in bulkInsert()
148 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/frameworks/base/libs/androidfw/tests/
DAttributeResolution_test.cpp78 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST() local
109 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local
162 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local
214 std::array<uint32_t, attrs.size() * STYLE_NUM_ENTRIES> values; in TEST_F() local
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { in set()
173 private void initBuffer(float[] values) { in initBuffer()
178 private void copyValues(float[] values) { in copyValues()
331 public void setUniformValue(String uniformName, int[] values) { in setUniformValue()
338 GLES20.glUniform1iv(uniform.getLocation(), len, values, 0); in setUniformValue() local
342 GLES20.glUniform2iv(uniform.getLocation(), len / 2, values, 0); in setUniformValue() local
346 GLES20.glUniform2iv(uniform.getLocation(), len / 3, values, 0); in setUniformValue() local
350 GLES20.glUniform2iv(uniform.getLocation(), len / 4, values, 0); in setUniformValue() local
360 public void setUniformValue(String uniformName, float[] values) { in setUniformValue()
367 GLES20.glUniform1fv(uniform.getLocation(), len, values, 0); in setUniformValue() local
[all …]
/frameworks/base/media/java/android/media/
DMediaInserter.java49 public void insert(Uri tableUri, ContentValues values) throws RemoteException { in insert()
53 public void insertwithPriority(Uri tableUri, ContentValues values) throws RemoteException { in insertwithPriority()
57 … private void insert(Uri tableUri, ContentValues values, boolean priority) throws RemoteException { in insert()
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/
DEabContactSyncControllerTest.java180 ContentValues values = new ContentValues(); in insertDeletedContactToContactProvider() local
189 ContentValues values = new ContentValues(); in insertContactToContactProvider() local
202 ContentValues values = new ContentValues(); in insertContactToEabProvider() local
243 public Uri insert(@NonNull Uri uri, @Nullable ContentValues values) { in insert()
256 public int update(@NonNull Uri uri, @Nullable ContentValues values, in update()
/frameworks/base/core/java/android/hardware/
DSensorEvent.java646 public final float[] values; field in SensorEvent
677 public SensorEvent(@NonNull Sensor sensor, int accuracy, long timestamp, float[] values) { in SensorEvent()
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java1158 public BuilderType setPropertyString(@NonNull String name, @NonNull String... values) { in setPropertyString()
1175 public BuilderType setPropertyBoolean(@NonNull String name, @NonNull boolean... values) { in setPropertyBoolean()
1191 public BuilderType setPropertyLong(@NonNull String name, @NonNull long... values) { in setPropertyLong()
1207 public BuilderType setPropertyDouble(@NonNull String name, @NonNull double... values) { in setPropertyDouble()
1225 public BuilderType setPropertyBytes(@NonNull String name, @NonNull byte[]... values) { in setPropertyBytes()
1245 @NonNull String name, @NonNull GenericDocument... values) { in setPropertyDocument()
1269 private void putInPropertyBundle(@NonNull String name, @NonNull String[] values) in putInPropertyBundle()
1279 private void putInPropertyBundle(@NonNull String name, @NonNull boolean[] values) { in putInPropertyBundle()
1283 private void putInPropertyBundle(@NonNull String name, @NonNull double[] values) { in putInPropertyBundle()
1287 private void putInPropertyBundle(@NonNull String name, @NonNull long[] values) { in putInPropertyBundle()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java38 public InMatcher(Collection<T> values) { in InMatcher()
43 public InMatcher(T... values) { in InMatcher()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java204 final Object[] values = new Object[valueSet.size()]; in getCursor() local
221 ContentValues values = new ContentValues(); in testValueBackRefs() local
257 final ContentValues values = new ContentValues(); in testSelectionBackRefs() local
314 public Uri insert(Uri uri, ContentValues values) { in insert()
322 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/frameworks/base/core/tests/coretests/src/android/util/
DSparseDoubleArrayTest.java47 final double[] values = {7, -12.4, 7, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, in testPutGet() local
83 final double[] values = {7, -12.4, 7, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, in testKeyValueAt() local
/frameworks/base/core/java/android/database/
DDatabaseUtils.java778 ContentValues values) { in cursorStringToContentValues()
804 ContentValues values, String key) { in cursorStringToContentValues()
815 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values) { in cursorIntToContentValues()
827 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values, in cursorIntToContentValues()
844 public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values) in cursorLongToContentValues()
857 public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values, in cursorLongToContentValues()
875 public static void cursorDoubleToCursorValues(Cursor cursor, String field, ContentValues values) in cursorDoubleToCursorValues()
889 ContentValues values, String key) { in cursorDoubleToContentValues()
904 public static void cursorRowToContentValues(Cursor cursor, ContentValues values) { in cursorRowToContentValues()
1078 public static void cursorStringToContentValuesIfPresent(Cursor cursor, ContentValues values, in cursorStringToContentValuesIfPresent()
[all …]

12345678910>>...18