Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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) {
H A DLinearLayoutManager.java891 mOrientationHelper.offsetChildren(gap);
916 mOrientationHelper.offsetChildren(-gap); in fixLayoutStartGap()
1311 mOrientationHelper.offsetChildren(-scrolled); in scrollBy()