Searched refs:offsetChildren (Results 1 – 3 of 3) sorted by relevance
176 public abstract void offsetChildren(int amount); in offsetChildren() method in OrientationHelper263 public void offsetChildren(int amount) { in createHorizontalHelper() method in OrientationHelper361 public void offsetChildren(int amount) {
891 mOrientationHelper.offsetChildren(gap);916 mOrientationHelper.offsetChildren(-gap); in fixLayoutStartGap()1311 mOrientationHelper.offsetChildren(-scrolled); in scrollBy()
405 offsetChildren(up ? movedBy : -movedBy); in trackMotionScroll()725 final void offsetChildren(int offset) { in offsetChildren() method in StaggeredGridView