Home
last modified time | relevance | path

Searched defs:targetValue (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt429 val targetValue = regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt149 val targetValue = when { regex
H A DSwipeable.kt358 val targetValue = computeTarget( regex
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentTransition.java737 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local
738 nameOverrides.put(view.getTransitionName(), targetValue); in captureOutSharedElements() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java404 float targetValue; in startAppearAnimation() local
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java2830 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue, in setAutofilledIfValuesIs()
2838 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local