Home
last modified time | relevance | path

Searched refs:setAlphas (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java160 setAlphas(state, null, new AnimatorSetBuilder()); in setState()
177 setAlphas(toState, config, builder); in setStateWithAnimation()
198 setAlphas(toState, config, builder); in setStateWithAnimation()
206 private void setAlphas(LauncherState toState, AnimationConfig config, in setAlphas() method in AllAppsTransitionController
208 setAlphas(toState.getVisibleElements(mLauncher), config, builder); in setAlphas()
211 public void setAlphas(int visibleElements, AnimationConfig config, AnimatorSetBuilder builder) { in setAlphas() method in AllAppsTransitionController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java58 setAlphas(PropertySetter.NO_ANIM_PROPERTY_SETTER, state.getVisibleElements(mLauncher)); in setState()
83 setAlphas(propertySetter, toState.getVisibleElements(mLauncher)); in setStateWithAnimationInternal()
88 private void setAlphas(PropertySetter propertySetter, int visibleElements) { in setAlphas() method in RecentsViewStateController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java145 allAppsController.setAlphas(mEndState.getVisibleElements(mLauncher), config, builder); in initCurrentAnimation()