Searched refs:currentValue (Results 1 - 7 of 7) sorted by relevance

/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java88 Object currentValue = get(key);
90 if (!mDictionary.containsKey(key) || !Objects.equals(value, currentValue)) {
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java58 String currentValue = cursor.getString(GROUPING_COLUMN_INDEX);
62 if (TextUtils.equals(value, currentValue)) {
70 currentValue = value;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DBinding.java131 final String currentValue = requiresOldValue()
134 return getSetterCall().toJava(bindingComponent, targetViewName, currentValue, argCode);
/frameworks/base/core/java/android/app/
H A DFragment.java2441 Transition currentValue, Transition defaultValue, int id) {
2442 if (currentValue != defaultValue) {
2443 return currentValue;
2440 loadTransition(Context context, TypedArray typedArray, Transition currentValue, Transition defaultValue, int id) argument
/frameworks/native/services/inputflinger/
H A DInputReader.h1949 float currentValue; // current value member in struct:android::JoystickInputMapper::Axis
1975 this->currentValue = 0;
1992 float newValue, float currentValue, float min, float max);
1994 float newValue, float currentValue, float thresholdValue);
H A DInputReader.cpp6989 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.axis, axis.currentValue);
7027 axis.newValue, axis.currentValue, axis.min, axis.max)) {
7028 axis.currentValue = axis.newValue;
7043 float filter, float newValue, float currentValue, float min, float max) {
7044 if (newValue != currentValue) {
7048 if (fabs(newValue - currentValue) > filter
7049 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, min)
7050 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, max)
7051 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, 0)) {
7059 float filter, float newValue, float currentValue, floa
7042 hasValueChangedSignificantly( float filter, float newValue, float currentValue, float min, float max) argument
7058 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java4108 private Transition getTransition(Transition currentValue, Transition defaultValue, int id) { argument
4109 if (currentValue != defaultValue) {
4110 return currentValue;

Completed in 1609 milliseconds