Home
last modified time | relevance | path

Searched refs:targetValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java695 float targetValue; in startAppearAnimation() local
699 targetValue = 1.0f; in startAppearAnimation()
703 targetValue = 0.0f; in startAppearAnimation()
706 targetValue); in startAppearAnimation()
709 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue))); in startAppearAnimation()
/frameworks/base/core/java/android/app/
DFragmentTransition.java737 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local
738 nameOverrides.put(view.getTransitionName(), targetValue); in captureOutSharedElements() local
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2215 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue, in setAutofilledIfValuesIs() argument
2218 if (Objects.equals(currentValue, targetValue)) { in setAutofilledIfValuesIs()
2223 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local