HomeSort by relevance Sort by last modified time
    Searched refs:tempEnd (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 645 SMILTime tempEnd;
647 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
649 tempEnd = findInstanceTime(End, tempBegin, true);
650 if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_intervalEnd))
651 tempEnd = findInstanceTime(End, tempBegin, false);
652 if (tempEnd.isUnresolved()) {
656 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 608 int tempEnd = childEnd;
615 if (tempEnd < 0) {
616 tempEnd = mySize - endPadding - endMargin;
620 int maxAvailable = tempEnd - tempStart;
    [all...]

Completed in 111 milliseconds