Home | History | Annotate | Download | only in webkit

Lines Matching refs:targetValue

4612         int targetValue = isVisible ? 255 : 0;
4613 if (targetValue != alpha.getTargetAlpha()) {
4614 alpha.setTargetAlpha(targetValue);
4615 animator.setIntValues(targetValue);