Home | History | Annotate | Download | only in android

Lines Matching refs:layer

31     ScrollableLayerAndroid(const ScrollableLayerAndroid& layer)
32 : LayerAndroid(layer)
33 , m_scrollLimits(layer.m_scrollLimits) {}
34 ScrollableLayerAndroid(const LayerAndroid& layer)
35 : LayerAndroid(layer)
47 // Scrolls to the given position in the layer.
63 // Given a rect in the layer, scrolls to bring the rect into view. Uses a
66 // visible area of the layer, we favor the top and left of the rect.
70 friend void android::serializeLayer(LayerAndroid* layer, SkWStream* stream);
74 // The position of the visible area of the layer, relative to the parent
75 // layer. This is fixed during scrolling. We acheive scrolling by modifying
76 // the position of the layer.