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.kt149 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateElementValues() constant
155 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateElementValues() constant
161 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateElementValues() constant
263 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateSceneValues() constant
269 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateSceneValues() constant
275 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateSceneValues() constant
353 val expectedValues = lerp(fromValues, toValues, fraction = 0f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
360 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
367 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java558 int[] expectedValues) in callGsmLengthMethods()
587 int[] expectedValues) in callCdmaLengthMethods()
/frameworks/base/tests/Input/src/com/android/server/input/
DInputShellCommandTest.java161 private void assertAxisValues(MotionEvent event, Map<Integer, Float> expectedValues) { in assertAxisValues()
/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.kt445 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.java8662 List<ShareTargetInfo> expectedValues = new ArrayList<>(); in disabled_testParseShareTargetsFromManifest() local
8713 List<ShareTargetInfo> expectedValues = new ArrayList<>(); in disabled_testShareTargetInfo_saveToXml() local
/frameworks/base/services/core/java/com/android/server/policy/
DDeviceStateProviderImpl.java707 SensorBooleanSupplier(@NonNull Sensor sensor, @NonNull List<NumericRange> expectedValues) { in SensorBooleanSupplier()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp369 uint32_t expectedValues) { in DP_checkSizesInt()