Searched refs:mCurrentValue (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/ |
D | RampAnimator.java | 32 private int mCurrentValue; field in RampAnimator 63 if (mFirstTime || target != mCurrentValue) { in animateTo() 67 mCurrentValue = target; in animateTo() 90 || (target <= mCurrentValue && mCurrentValue <= mTargetValue) in animateTo() 91 || (mTargetValue <= mCurrentValue && mCurrentValue <= target)) { in animateTo() 99 if (!mAnimating && target != mCurrentValue) { in animateTo() 101 mAnimatedValue = mCurrentValue; in animateTo() 149 if (mTargetValue > mCurrentValue) { 155 final int oldCurrentValue = mCurrentValue; 156 mCurrentValue = Math.round(mAnimatedValue); [all …]
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 127 private String mCurrentValue; field in RestrictionEntry 157 this.mCurrentValue = selectedString; in RestrictionEntry() 267 return mCurrentValue; in getSelectedString() 284 return Boolean.parseBoolean(mCurrentValue); in getSelectedState() 292 return Integer.parseInt(mCurrentValue); in getIntValue() 300 mCurrentValue = Integer.toString(value); in setIntValue() 309 mCurrentValue = selectedString; in setSelectedString() 318 mCurrentValue = Boolean.toString(state); in setSelectedState() 464 && Objects.equals(mCurrentValue, other.mCurrentValue)) { in equals() 467 if (mCurrentValue == null && other.mCurrentValue == null in equals() [all …]
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | ViewState.java | 83 private AutofillValue mCurrentValue; field in ViewState 109 return mCurrentValue; in getCurrentValue() 113 mCurrentValue = value; in setCurrentValue() 184 mCurrentValue = autofillValue; in update() 206 mListener.onFillReady(mResponse, this.id, mCurrentValue); in maybeCallOnFillReady() 218 if (mCurrentValue != null) { in toString() 219 builder.append(", currentValue:" ).append(mCurrentValue); in toString() 243 if (mCurrentValue != null) { in dump() 244 pw.print(prefix); pw.print("currentValue:" ); pw.println(mCurrentValue); in dump()
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 47 memset(&mCurrentValue, 0, sizeof(mCurrentValue)); in MtpProperty() 69 memset(&mCurrentValue, 0, sizeof(mCurrentValue)); in MtpProperty() 109 free(mCurrentValue.str); in ~MtpProperty() 159 if (!readValue(packet, mCurrentValue)) return false; in read() 207 writeValue(packet, mCurrentValue); in write() 234 free(mCurrentValue.str); in setCurrentValue() 237 mCurrentValue.str = strdup(buffer); in setCurrentValue() 240 mCurrentValue.str = NULL; in setCurrentValue() 244 free(mCurrentValue.str); in setCurrentValue() 245 mCurrentValue.str = NULL; in setCurrentValue() [all …]
|
D | MtpProperty.h | 51 MtpPropertyValue mCurrentValue; variable 95 const MtpPropertyValue& getCurrentValue() { return mCurrentValue; } in getCurrentValue()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 1298 result->mCurrentValue.u.u8 = (uint8_t) arr[0]; in getDevicePropertyDesc() 1306 result->mCurrentValue.u.u32 = (uint32_t) arr[0]; in getDevicePropertyDesc()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 18088 Landroid/content/RestrictionEntry;->mCurrentValue:Ljava/lang/String;
|