Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt149 val targetValue = when { in show() constant
DSwipeable.kt241 val targetValue: T constant
358 val targetValue = computeTarget( in performFling() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSlider.kt85 setProgress { targetValue -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElement.kt1058 val targetValue = in computeValue() constant
1129 val targetValue = in computeValue() constant
/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.java405 float targetValue; in startAppearAnimation() local
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3002 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue, in setAutofilledIfValuesIs()
3010 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java2166 final int targetValue = (override != Configuration.GRAMMATICAL_GENDER_NOT_SPECIFIED) in applyConfigGenderOverride() local