| /frameworks/base/core/java/android/transition/ |
| D | VisibilityPropagation.java | 43 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/ |
| D | Entity.java | 38 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/ |
| D | RecurrenceSetTest.java | 43 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/ |
| D | FileUpdaterTest.java | 148 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/ |
| D | ObjectAnimator.java | 243 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 …]
|
| D | PropertyValuesHolder.java | 156 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/ |
| D | Interpolator.java | 73 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/base/core/java/android/provider/ |
| D | SyncStateContract.java | 105 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/ |
| D | MediaInserterTest.java | 101 ContentValues values = new ContentValues(); in createFileContent() local 107 ContentValues values = new ContentValues(); in createAudioContent() local 113 ContentValues values = new ContentValues(); in createVideoContent() local 119 ContentValues values = new ContentValues(); in createImageContent() local 133 ContentValues values; in fillBuffer() local
|
| /frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
| D | ShadowEventLog.java | 35 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/av/drm/libmediadrm/tests/ |
| D | EventMetric_test.cpp | 30 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
|
| D | CounterMetric_test.cpp | 32 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/ |
| D | SQLiteContentProvider.java | 71 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/ |
| D | AttributeResolution_test.cpp | 78 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/ |
| D | ImageShader.java | 96 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/ |
| D | MediaInserter.java | 49 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()
|
| D | AudioGainConfig.java | 44 int[] values, int rampDurationMs) { in AudioGainConfig() 81 public int[] values() { in values() method in AudioGainConfig
|
| /frameworks/base/cmds/statsd/tests/ |
| D | LogEvent_test.cpp | 100 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local 149 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local 186 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local 215 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local 251 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local 292 const vector<FieldValue>& values = event.getValues(); in TEST() local 301 const vector<FieldValue>& values = event.getValues(); in TEST() local 310 const vector<FieldValue>& values = event.getValues(); in TEST() local 319 const vector<FieldValue>& values = event.getValues(); in TEST() local 351 const vector<FieldValue>& values = logEvent.getValues(); in TEST() local [all …]
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
| D | InMatcher.java | 38 public InMatcher(Collection<T> values) { in InMatcher() 43 public InMatcher(T... values) { in InMatcher()
|
| /frameworks/base/core/tests/coretests/src/android/content/ |
| D | ContentProviderOperationTest.java | 204 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/java/android/database/ |
| D | DatabaseUtils.java | 778 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 …]
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
| D | RecoverableKeyStoreDbHelperTest.java | 162 ContentValues values = new ContentValues(); in isRootOfTrustTableAvailable() local 174 ContentValues values = new ContentValues(); in checkAllColumns_v4() local 223 ContentValues values = new ContentValues(); in checkAllColumns_latest() local
|
| /frameworks/base/core/java/android/app/admin/ |
| D | DevicePolicyEventLogger.java | 127 public DevicePolicyEventLogger setStrings(String... values) { in setStrings() 138 public DevicePolicyEventLogger setStrings(String value, String[] values) { in setStrings() 152 public DevicePolicyEventLogger setStrings(String value1, String value2, String[] values) { in setStrings()
|
| /frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
| D | MarshalQueryableEnum.java | 148 public static <T extends Enum<T>> void registerEnumValues(Class<T> enumType, int[] values) { in registerEnumValues() 172 int[] values; in getEnumValue() local 207 T[] values = enumType.getEnumConstants(); in getEnumFromValue() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| D | TouchAnimator.java | 131 public Builder addFloat(Object target, String property, float... values) { in addFloat() 136 public Builder addInt(Object target, String property, int... values) { in addInt() 219 public static KeyframeSet ofInt(Property property, int... values) { in ofInt() 223 public static KeyframeSet ofFloat(Property property, float... values) { in ofFloat() 232 public FloatKeyframeSet(Property<T, Float> property, float[] values) { in FloatKeyframeSet() 250 public IntKeyframeSet(Property<T, Integer> property, int[] values) { in IntKeyframeSet()
|