Home
last modified time | relevance | path

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

12

/core/core-testing/src/test/java/androidx/core/testing/util/
DTestConsumerTest.kt27 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/
DPropertyValuesHolder.java151 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 …]
DObjectAnimator.java237 @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 …]
DValueAnimator.java302 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()
DKeyframeSet.java70 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/
DKnownIssue.kt70 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/
DContentValuesTest.kt31 val values = in valuesOfValid() constant
/core/core-ktx/src/androidTest/java/androidx/core/graphics/
DShaderTest.kt31 val values = FloatArray(9) in testTransform() constant
DCanvasTest.kt31 private val values = FloatArray(9) constant in androidx.core.graphics.CanvasTest
/core/core-location-altitude/src/main/java/androidx/core/location/altitude/impl/
DGeoidHeightMap.java116 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/
DPlayServiceDevicePerformanceAndroidTest.kt105 .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/
DAudioEndpointUiState.kt24 override val values = constant in androidx.core.telecom.test.ui.calling.UserPreviewEndpointProvider
DParticipantExtensionUiState.kt24 override val values = constant in androidx.core.telecom.test.ui.calling.ParticipantExtensionProvider
/core/core-ktx/src/main/java/androidx/core/graphics/
DMatrix.kt27 public inline fun Matrix.values(): FloatArray = FloatArray(9).apply { getValues(this) } in <lambda>() method
/core/core-testing/src/main/java/androidx/core/testing/util/
DTestConsumer.kt34 @GuardedBy("lock") private val values = mutableListOf<T>() constant in androidx.core.testing.util.TestConsumer
/core/core/src/main/java/androidx/core/util/
DObjectsCompat.java87 public static int hash(Object @Nullable ... values) { in hash()
/core/core-performance-play-services/src/main/java/androidx/core/performance/play/services/
DPlayServicesDevicePerformance.kt95 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/
DSharedElementCallback.java181 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/
DObjectAnimatorTest.java207 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/
DFileProvider.java699 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/
DSparseIntArrayTest.kt169 val values = mutableListOf<Int>() in <lambda>() constant
DSparseArrayTest.kt165 val values = mutableListOf<String>() in <lambda>() constant
DLongSparseArrayTest.kt171 val values = mutableListOf<String>() in <lambda>() constant
DSparseBooleanArrayTest.kt169 val values = mutableListOf<Boolean>() in <lambda>() constant
DSparseLongArrayTest.kt169 val values = mutableListOf<Long>() in <lambda>() constant

12