Searched refs:targetValue (Results 1 – 4 of 4) sorted by relevance
129 private int setBit(int targetValue, boolean value, int index) { in setBit() argument131 targetValue = targetValue | (1 << index); in setBit()133 targetValue = targetValue & ~(1 << index); in setBit()135 return targetValue; in setBit()144 private int setRange(int targetValue, int value, int fromIndex, int toIndex) { in setRange() argument150 targetValue &= (~valueMask); in setRange()151 targetValue |= value; in setRange()152 return targetValue; in setRange()
786 float targetValue; in startAppearAnimation() local790 targetValue = 1.0f; in startAppearAnimation()794 targetValue = 0.0f; in startAppearAnimation()797 targetValue); in startAppearAnimation()800 (long) (duration * Math.abs(mAppearAnimationFraction - targetValue))); in startAppearAnimation()
737 String targetValue = nameOverrides.remove(name); in captureOutSharedElements() local738 nameOverrides.put(view.getTransitionName(), targetValue); in captureOutSharedElements() local
2092 private void setAutofilledIfValuesIs(@NonNull View view, @Nullable AutofillValue targetValue) { in setAutofilledIfValuesIs() argument2094 if (Objects.equals(currentValue, targetValue)) { in setAutofilledIfValuesIs()2099 mLastAutofilledData.put(view.getAutofillId(), targetValue); in setAutofilledIfValuesIs() local