Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java101 applyChildState(state, (CellLayout) mWorkspace.getChildAt(i), i, pageAlphaProvider, in setWorkspaceProperty()
193 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState() method in WorkspaceStateTransitionAnimation
194 applyChildState(state, cl, childIndex, state.getWorkspacePageAlphaProvider(mLauncher), in applyChildState()
198 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState() method in WorkspaceStateTransitionAnimation
DWorkspace.java579 mStateTransitionAnimation.applyChildState( in insertNewWorkspaceScreen()