Home | History | Annotate | Download | only in android

Lines Matching refs:scroll

665         IntSize scroll = layer->scrolledContentOffset();
666 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width(), scroll.height()));
718 // offsetting the invals by the scroll position would not be enough.
723 IntSize scroll = layer->scrolledContentOffset();
727 layer->scrollToOffset(scroll.width(), scroll.height());
742 rtlOffset = layer->scrollWidth() - width; // Scroll all the way right.
743 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width() + rtlOffset,
744 scroll.height()));
803 ALOGV("setScrollLimits(%.2f, %.2f, w: %d h: %d) layer %d, frame scroll position is %d, %d",