Searched refs:animationLen (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java272 public synchronized void fillFreeList(int animationLen) { argument
315 if (animationLen > 0) {
320 v.animate().withLayer().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen);

Completed in 177 milliseconds