Searched defs:rowsCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DGridLayoutAnimationController.java308 final int rowsCount = params.rowsCount;
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
325 totalDelay = rowsCount * rowDelay + columnsCount * rowsCount * rowDelay;
329 totalDelay = columnsCount * columnDelay + rowsCount * columnsCount * columnDelay;
334 totalDelay = columnsCount * columnDelay + rowsCount * rowDelay;
374 index = params.rowsCount - 1 - params.row;
380 index = (int) (params.rowsCount * mRandomizer.nextFloat());
390 index = params.rowsCount
422 public int rowsCount; field in class:GridLayoutAnimationController.AnimationParameters
[all...]

Completed in 51 milliseconds