Home
last modified time | relevance | path

Searched refs:offsetChildren (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java176 public abstract void offsetChildren(int amount); in offsetChildren() method in OrientationHelper
263 public void offsetChildren(int amount) { in createHorizontalHelper() method in OrientationHelper
361 public void offsetChildren(int amount) {
DLinearLayoutManager.java891 mOrientationHelper.offsetChildren(gap);
916 mOrientationHelper.offsetChildren(-gap); in fixLayoutStartGap()
1311 mOrientationHelper.offsetChildren(-scrolled); in scrollBy()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java405 offsetChildren(up ? movedBy : -movedBy); in trackMotionScroll()
725 final void offsetChildren(int offset) { in offsetChildren() method in StaggeredGridView