Searched refs:startValues (Results 1 – 4 of 4) sorted by relevance
354 private final float[] startValues = new float[combinedAttrsLimit]; field in Tween554 targetValues[0] = isInitialized() ? targetValue + startValues[0] : targetValue; in targetRelative()573 targetValues[0] = isInitialized() ? targetValue1 + startValues[0] : targetValue1; in targetRelative()574 targetValues[1] = isInitialized() ? targetValue2 + startValues[1] : targetValue2; in targetRelative()594 targetValues[0] = isInitialized() ? targetValue1 + startValues[0] : targetValue1; in targetRelative()595 targetValues[1] = isInitialized() ? targetValue2 + startValues[1] : targetValue2; in targetRelative()596 targetValues[2] = isInitialized() ? targetValue3 + startValues[2] : targetValue3; in targetRelative()615 this.targetValues[i] = isInitialized() ? targetValues[i] + startValues[i] : targetValues[i]; in targetRelative()802 accessor.getValues(target, type, startValues); in initializeOverride()805 targetValues[i] += isRelative ? startValues[i] : 0; in initializeOverride()[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...