Home
last modified time | relevance | path

Searched defs:expectedValues (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DAnimatedSharedAsStateTest.kt154 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateElementValues() constant
160 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateElementValues() constant
166 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateElementValues() constant
267 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateSceneValues() constant
273 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateSceneValues() constant
279 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateSceneValues() constant
360 val expectedValues = lerp(fromValues, toValues, fraction = 0f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
367 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
374 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
/frameworks/minikin/tests/unittest/
DLayoutTest.cpp62 std::vector<float> expectedValues; in TEST_F() local
149 std::vector<float> expectedValues; in TEST_F() local
242 std::vector<float> expectedValues; in TEST_F() local
/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java146 private void assertAxisValues(MotionEvent event, Map<Integer, Float> expectedValues) { in assertAxisValues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java549 int[] expectedValues) in callGsmLengthMethods()
578 int[] expectedValues) in callCdmaLengthMethods()
/frameworks/opt/telephony/testing/src/com/android/internal/telephony/testing/
DCursorSubject.java78 ContentValues expectedValues = new ContentValues(); in hasRowValues() local
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkManagementServiceTest.java435 final ArrayMap<Integer, Boolean> expectedValues = expected.get(chain); in testFirewallChains() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewTestCase.java349 List<T> expectedValues = new ArrayList<T>(); in waitForResultValue() local
372 List<T> expectedValues, int numResultsWait) { in waitForAnyResultValue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DBroadcastDispatcherTest.kt415 val expectedValues = fakeIntents.map { it to receiver } in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java233 ContentValues expectedValues = new ContentValues(values); in testValueBackRefs() local
/frameworks/base/core/tests/coretests/src/android/view/
DViewDebugTest.java379 Object[] expectedValues, byte[] argumentBuffer) throws Exception { in expectDeserializedArguments()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java8656 List<ShareTargetInfo> expectedValues = new ArrayList<>(); in testParseShareTargetsFromManifest() local
8707 List<ShareTargetInfo> expectedValues = new ArrayList<>(); in testShareTargetInfo_saveToXml() local
/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStateProviderImpl.java650 SensorBooleanSupplier(@NonNull Sensor sensor, @NonNull List<NumericRange> expectedValues) { in SensorBooleanSupplier()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp369 uint32_t expectedValues) { in DP_checkSizesInt()