Searched refs:applyChildState (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 103 applyChildState(state, (CellLayout) mWorkspace.getChildAt(i), i, pageAlphaProvider, in setWorkspaceProperty() 175 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState() method in WorkspaceStateTransitionAnimation 176 applyChildState(state, cl, childIndex, state.getWorkspacePageAlphaProvider(mLauncher), in applyChildState() 180 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState() method in WorkspaceStateTransitionAnimation
|
D | Workspace.java | 633 mStateTransitionAnimation.applyChildState( in insertNewWorkspaceScreen()
|