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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 916 SMILTime tempEnd;
918 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
920 tempEnd = findInstanceTime(End, tempBegin, true);
921 if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_interval.end)
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 775 int tempEnd = childEnd;
782 if (tempEnd == VALUE_NOT_SET) {
783 tempEnd = mySize - endPadding - endMargin;
787 int maxAvailable = tempEnd - tempStart;
    [all...]

Completed in 1706 milliseconds