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 859 SMILTime tempEnd;
861 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite());
863 tempEnd = findInstanceTime(End, tempBegin, true);
864 if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_intervalEnd))
865 tempEnd = findInstanceTime(End, tempBegin, false);
866 if (tempEnd.isUnresolved()) {
870 tempEnd = resolveActiveEnd(tempBegin, tempEnd);
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 756 int tempEnd = childEnd;
763 if (tempEnd < 0) {
764 tempEnd = mySize - endPadding - endMargin;
768 int maxAvailable = tempEnd - tempStart;
    [all...]

Completed in 618 milliseconds