Lines Matching full:on
156 * Return the width of the area on the left the object.
160 * @return the scrollable area on the left the object in pixels
165 * Return the width of the area on the right the object.
169 * @return the scrollable area on the right the object in pixels
191 * @note > 0 value means scroll right/bottom (show the more content on the right/bottom)
198 * `dx` and `dy` will be limited internally to allow scrolling only on the content area.
208 * Scroll to a given coordinate on an object.
209 * `x` and `y` will be limited internally to allow scrolling only on the content area.
218 * Scroll to a given X coordinate on an object.
219 * `x` will be limited internally to allow scrolling only on the content area.
227 * Scroll to a given Y coordinate on an object
228 * `y` will be limited internally to allow scrolling only on the content area.
236 * Scroll to an object until it becomes visible on its parent
243 * Scroll to an object until it becomes visible on its parent.
244 * Do the same on the parent's parent, and so on.