Searched defs:targetValue (Results 1 – 5 of 5) sorted by relevance
685 private static boolean isClose(float value, float targetValue) { in isClose()
737 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local738 nameOverrides.put(view.getTransitionName(), targetValue); in captureOutSharedElements() local
808 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local809 nameOverrides.put(ViewCompat.getTransitionName(view), targetValue); in captureOutSharedElements() local
1226 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue) { in setAutofilledIfValuesIs()1233 mLastAutofilledData.put(getAutofillId(view), targetValue); in setAutofilledIfValuesIs() local
767 float targetValue; in startAppearAnimation() local