Searched refs:targetValue (Results 1 – 3 of 3) sorted by relevance
695 float targetValue; in startAppearAnimation() local699 targetValue = 1.0f; in startAppearAnimation()703 targetValue = 0.0f; in startAppearAnimation()706 targetValue); in startAppearAnimation()709 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue))); in startAppearAnimation()
737 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local738 nameOverrides.put(view.getTransitionName(), targetValue); in captureOutSharedElements() local
2215 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue, in setAutofilledIfValuesIs() argument2218 if (Objects.equals(currentValue, targetValue)) { in setAutofilledIfValuesIs()2223 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local