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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 785 int containerRight = containerLeft + width;
793 if (left >= containerLeft && right <= containerRight) {
796 int delta = goLeft ? (left - containerLeft) : (right - containerRight);
    [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp     [all...]

Completed in 1828 milliseconds