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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 692 SMILTime tempEnd;
694 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
696 tempEnd = findInstanceTime(End, tempBegin, true);
697 if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_intervalEnd))
698 tempEnd = findInstanceTime(End, tempBegin, false);
699 if (tempEnd.isUnresolved()) {
703 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 765 int tempEnd = childEnd;
772 if (tempEnd < 0) {
773 tempEnd = mySize - endPadding - endMargin;
777 int maxAvailable = tempEnd - tempStart;
    [all...]

Completed in 44 milliseconds