Home
last modified time | relevance | path

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

/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java476 float targetValue; in startAppearAnimation() local
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java2298 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue, in setAutofilledIfValuesIs()
2306 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local