Home
last modified time | relevance | path

Searched refs:getCurrentValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/mtp/
DMtpProperty.h95 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue() function
/frameworks/base/core/java/android/service/controls/templates/
DRangeTemplate.java120 public float getCurrentValue() { in getCurrentValue() method in RangeTemplate
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java618 AutofillValue value = state.getCurrentValue();
654 final AutofillValue currentValue = viewState.getCurrentValue();
1721 final AutofillValue currentValue = viewState.getCurrentValue();
1740 final AutofillValue currentValue = viewState.getCurrentValue();
1874 currentValues.add(viewState.getCurrentValue());
2015 AutofillValue value = viewState.getCurrentValue();
2093 final AutofillValue currentValue = viewState.getCurrentValue();
2365 final AutofillValue value = viewState.getCurrentValue();
2699 if (!Objects.equals(value, viewState.getCurrentValue())) {
2792 && viewState.getCurrentValue() != null
[all …]
DViewState.java116 AutofillValue getCurrentValue() { in getCurrentValue() method in ViewState
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp736 const jlong object_size = static_cast<jlong>(property->getCurrentValue().u.u64); in android_mtp_MtpDevice_get_object_size_long()
/frameworks/base/services/
Dart-profile10335 HPLcom/android/server/autofill/ViewState;->getCurrentValue()Landroid/view/autofill/AutofillValue;
/frameworks/base/api/
Dcurrent.txt43597 method public float getCurrentValue();