| /core/core-testing/src/test/java/androidx/core/testing/util/ |
| D | TestConsumerTest.kt | 27 val values = listOf(Object(), Object(), Object()) in test_checkingValues_recordsValue() constant 36 val values = listOf(Object(), Object(), Object()) in test_checkingValues_checksSize() constant 45 val values = listOf(Object(), Object(), Object()) in test_checkingValues_checksOrder() constant
|
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | PropertyValuesHolder.java | 151 int @NonNull ... values) { in ofInt() 163 int @NonNull ... values) { in ofInt() 181 public static @NonNull PropertyValuesHolder ofMultiInt( in ofMultiInt() 242 @NonNull TypeEvaluator<V> evaluator, V @NonNull ... values) { in ofMultiInt() 266 Keyframe @NonNull ... values) { in ofMultiInt() 279 float @NonNull ... values) { in ofFloat() 291 float @NonNull ... values) { in ofFloat() 309 public static @NonNull PropertyValuesHolder ofMultiFloat( in ofMultiFloat() 369 @NonNull TypeEvaluator<V> evaluator, V @NonNull ... values) { in ofMultiFloat() 394 Keyframe @NonNull ... values) { in ofMultiFloat() [all …]
|
| D | ObjectAnimator.java | 237 @NonNull String propertyName, int @NonNull ... values) { in ofInt() 284 @NonNull Property<T, Integer> property, int @NonNull ... values) { in ofInt() 330 public static @NonNull ObjectAnimator ofMultiInt( in ofMultiInt() 382 @NonNull TypeEvaluator<T> evaluator, T @NonNull ... values) { in ofMultiInt() 404 @NonNull String propertyName, int @NonNull ... values) { in ofArgb() 424 @NonNull Property<T, Integer> property, int @NonNull ... values) { in ofArgb() 446 @NonNull String propertyName, float @NonNull ... values) { in ofFloat() 493 @NonNull Property<T, Float> property, float @NonNull ... values) { in ofFloat() 539 public static @NonNull ObjectAnimator ofMultiFloat( in ofMultiFloat() 591 @NonNull TypeEvaluator<T> evaluator, T @NonNull ... values) { in ofMultiFloat() [all …]
|
| D | ValueAnimator.java | 302 public static @NonNull ValueAnimator ofInt(int @NonNull ... values) { in ofInt() 319 public static @NonNull ValueAnimator ofArgb(int @NonNull ... values) { in ofArgb() 337 public static @NonNull ValueAnimator ofFloat(float @NonNull ... values) { in ofFloat() 351 public static @NonNull ValueAnimator ofPropertyValuesHolder( in ofPropertyValuesHolder() 381 Object @NonNull ... values) { in ofObject() 402 public void setIntValues(int @NonNull ... values) { in setIntValues() 430 public void setFloatValues(float @NonNull ... values) { in setFloatValues() 467 public void setObjectValues(Object @NonNull ... values) { in setObjectValues() 489 public void setValues(PropertyValuesHolder @NonNull ... values) { in setValues()
|
| D | KeyframeSet.java | 70 static KeyframeSet<Integer> ofInt(int... values) { in ofInt() 86 static KeyframeSet<Float> ofFloat(float... values) { in ofFloat() 147 public static <T> KeyframeSet<T> ofObject(T... values) { in ofObject()
|
| /core/core-backported-fixes/src/main/java/androidx/core/backported/fixes/ |
| D | KnownIssue.kt | 70 private val values by lazy { in <lambda>() constant 82 internal fun values(): List<KnownIssue> { in values() method
|
| /core/core-ktx/src/androidTest/java/androidx/core/content/ |
| D | ContentValuesTest.kt | 31 val values = in valuesOfValid() constant
|
| /core/core-ktx/src/androidTest/java/androidx/core/graphics/ |
| D | ShaderTest.kt | 31 val values = FloatArray(9) in testTransform() constant
|
| D | CanvasTest.kt | 31 private val values = FloatArray(9) constant in androidx.core.graphics.CanvasTest
|
| /core/core-location-altitude/src/main/java/androidx/core/location/altitude/impl/ |
| D | GeoidHeightMap.java | 116 long @NonNull [] s2CellIds, double @NonNull [] values) throws IOException { in getUnitIntervalValues() 151 int tileIndex, double @NonNull [] values) { in mergeByteBufferValues() 178 int tileIndex, double @NonNull [] values) throws IOException { in mergeByteJpegValues() 186 int tileIndex, double @NonNull [] values) throws IOException { in mergeBytePngValues() 195 S2TileProto @NonNull [] tiles, int tileIndex, double @NonNull [] values) in mergeByteImageValues()
|
| /core/core-performance-play-services/src/androidTest/java/androidx/core/performance/play/services/ |
| D | PlayServiceDevicePerformanceAndroidTest.kt | 105 .mapNotNull { values -> in <lambda>() method 126 .mapNotNull { values -> in <lambda>() method 165 testDataStore.edit { values -> values[mpcKey] = datastoreMpc } in <lambda>() method 179 testDataStore.edit { values -> values[mpcKey] = datastoreMpc } in <lambda>() method 192 .mapNotNull { values -> in <lambda>() method 208 testDataStore.edit { values -> values[mpcKey] = datastoreMpc } in <lambda>() method 223 testDataStore.edit { values -> values[mpcKey] = datastoreMpc } in <lambda>() method
|
| /core/core-telecom/integration-tests/testicsapp/src/main/java/androidx/core/telecom/test/ui/calling/ |
| D | AudioEndpointUiState.kt | 24 override val values = constant in androidx.core.telecom.test.ui.calling.UserPreviewEndpointProvider
|
| D | ParticipantExtensionUiState.kt | 24 override val values = constant in androidx.core.telecom.test.ui.calling.ParticipantExtensionProvider
|
| /core/core-ktx/src/main/java/androidx/core/graphics/ |
| D | Matrix.kt | 27 public inline fun Matrix.values(): FloatArray = FloatArray(9).apply { getValues(this) } in <lambda>() method
|
| /core/core-testing/src/main/java/androidx/core/testing/util/ |
| D | TestConsumer.kt | 34 @GuardedBy("lock") private val values = mutableListOf<T>() constant in androidx.core.testing.util.TestConsumer
|
| /core/core/src/main/java/androidx/core/util/ |
| D | ObjectsCompat.java | 87 public static int hash(Object @Nullable ... values) { in hash()
|
| /core/core-performance-play-services/src/main/java/androidx/core/performance/play/services/ |
| D | PlayServicesDevicePerformance.kt | 95 return performanceStore.data.map { values -> in <lambda>() method 102 performanceStore.edit { values -> values[mpcKey] = value } in <lambda>() method
|
| /core/core/src/main/java/androidx/core/app/ |
| D | SharedElementCallback.java | 181 float[] values = new float[9]; in onCaptureSharedElementSnapshot() local 271 float[] values = bundle.getFloatArray(BUNDLE_SNAPSHOT_IMAGE_MATRIX); in onCreateSnapshotView() local
|
| /core/core-animation-integration-tests/testapp/src/androidTest/java/androidx/core/animation/ |
| D | ObjectAnimatorTest.java | 207 Integer[] values = {startColor, endColor}; in testOfObject() local 240 int[] values = {startValue, endValue}; in testOfPropertyValuesHolder() local 315 Object[] values = {startColor, endColor}; in testGetPropertyName() local 334 float[] values = {startY, endY}; in testSetFloatValues() local 363 Object[] values = {startColor, endColor}; in testGetTarget() local
|
| /core/core/src/main/java/androidx/core/content/ |
| D | FileProvider.java | 699 Object[] values = new Object[projection.length]; in query() local 760 public Uri insert(@NonNull Uri uri, @NonNull ContentValues values) { in insert() 769 public int update(@NonNull Uri uri, @NonNull ContentValues values, @Nullable String selection, in update()
|
| /core/core-ktx/src/androidTest/java/androidx/core/util/ |
| D | SparseIntArrayTest.kt | 169 val values = mutableListOf<Int>() in <lambda>() constant
|
| D | SparseArrayTest.kt | 165 val values = mutableListOf<String>() in <lambda>() constant
|
| D | LongSparseArrayTest.kt | 171 val values = mutableListOf<String>() in <lambda>() constant
|
| D | SparseBooleanArrayTest.kt | 169 val values = mutableListOf<Boolean>() in <lambda>() constant
|
| D | SparseLongArrayTest.kt | 169 val values = mutableListOf<Long>() in <lambda>() constant
|