Searched refs:currentValue (Results 1 - 6 of 6) 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/base/core/java/android/app/
H A DFragment.java2274 Transition currentValue, Transition defaultValue, int id) {
2275 if (currentValue != defaultValue) {
2276 return currentValue;
2273 loadTransition(Context context, TypedArray typedArray, Transition currentValue, Transition defaultValue, int id) argument
/frameworks/native/services/inputflinger/
H A DInputReader.h1801 float currentValue; // current value member in struct:android::JoystickInputMapper::Axis
1827 this->currentValue = 0;
1844 float newValue, float currentValue, float min, float max);
1846 float newValue, float currentValue, float thresholdValue);
H A DInputReader.cpp6509 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.axis, axis.currentValue);
6547 axis.newValue, axis.currentValue, axis.min, axis.max)) {
6548 axis.currentValue = axis.newValue;
6563 float filter, float newValue, float currentValue, float min, float max) {
6564 if (newValue != currentValue) {
6568 if (fabs(newValue - currentValue) > filter
6569 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, min)
6570 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, max)
6571 || hasMovedNearerToValueWithinFilteredRange(filter, newValue, currentValue, 0)) {
6579 float filter, float newValue, float currentValue, floa
6562 hasValueChangedSignificantly( float filter, float newValue, float currentValue, float min, float max) argument
6578 hasMovedNearerToValueWithinFilteredRange( float filter, float newValue, float currentValue, float thresholdValue) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java3804 private Transition getTransition(Transition currentValue, Transition defaultValue, int id) { argument
3805 if (currentValue != defaultValue) {
3806 return currentValue;

Completed in 4092 milliseconds