Home
last modified time | relevance | path

Searched refs:columnDelay (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java151 public GridLayoutAnimationController(Animation animation, float columnDelay, float rowDelay) { in GridLayoutAnimationController() argument
153 mColumnDelay = columnDelay; in GridLayoutAnimationController()
182 public void setColumnDelay(float columnDelay) { in setColumnDelay() argument
183 mColumnDelay = columnDelay; in setColumnDelay()
312 final float columnDelay = mColumnDelay * duration; in getDelayForView() local
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay); in getDelayForView()
329 totalDelay = columnsCount * columnDelay + rowsCount * columnsCount * columnDelay; in getDelayForView()
333 viewDelay = (long) (column * columnDelay + row * rowDelay); in getDelayForView()
334 totalDelay = columnsCount * columnDelay + rowsCount * rowDelay; in getDelayForView()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt481 field public static final int columnDelay = 16843215; // 0x10101cf
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt426 field public static final int columnDelay = 16843215; // 0x10101cf
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78959 Lcom/android/internal/R$attr;->columnDelay:I