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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java79 applyChildState(state, (CellLayout) mWorkspace.getChildAt(i), i, pageAlphaProvider,
118 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { method in class:WorkspaceStateTransitionAnimation
119 applyChildState(state, cl, childIndex, state.getWorkspacePageAlphaProvider(mLauncher),
123 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, method in class:WorkspaceStateTransitionAnimation

Completed in 62 milliseconds