/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsStateController.java | 18 import static com.android.launcher3.anim.Interpolators.LINEAR; 79 clearAllButtonAlpha, LINEAR); in setProperties() local 84 MultiValueAlpha.VALUE, overviewButtonAlpha, LINEAR); in setProperties() local 88 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setProperties() 90 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_X, LINEAR)); in setProperties() 92 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_Y, LINEAR)); in setProperties() 95 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setProperties() 96 setter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, state.isFullScreen() ? 1 : 0, LINEAR); in setProperties() 98 state.displayOverviewTasksAsGrid(mActivity.getDeviceProfile()) ? 1f : 0f, LINEAR); in setProperties() 101 config.getInterpolator(ANIM_SCRIM_FADE, LINEAR)); in setProperties()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | BaseRecentsViewStateController.java | 20 import static com.android.launcher3.anim.Interpolators.LINEAR; 95 config.getInterpolator(ANIM_OVERVIEW_SCALE, LINEAR)); in setStateWithAnimationInternal() 97 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_X, LINEAR)); in setStateWithAnimationInternal() 99 config.getInterpolator(ANIM_OVERVIEW_TRANSLATE_Y, LINEAR)); in setStateWithAnimationInternal() 106 toState.getSplitSelectTranslation(mLauncher), LINEAR); in setStateWithAnimationInternal() 114 config.getInterpolator(ANIM_OVERVIEW_MODAL, LINEAR)); in setStateWithAnimationInternal() 116 toState.displayOverviewTasksAsGrid(mLauncher.getDeviceProfile()) ? 1f : 0f, LINEAR); in setStateWithAnimationInternal()
|
D | RecentsViewStateController.java | 22 import static com.android.launcher3.anim.Interpolators.LINEAR; 94 toState.getOverviewFullscreenProgress(), LINEAR); in setStateWithAnimationInternal() 108 clearAllButtonAlpha, LINEAR); in setAlphas() local 113 ANIM_OVERVIEW_ACTIONS_FADE, LINEAR)); in setAlphas() 118 splitPlaceholderAlpha, LINEAR); in setAlphas() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim2.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 243 FloatProp mHomeTransY = new FloatProp(0, mHomeTransYEnd, 0, mDuration, LINEAR); in buildConfig() 244 FloatProp mHomeScale = new FloatProp(mScaleStart, 1f, 0, mDuration, LINEAR); in buildConfig() 245 FloatProp mWindowFadeOut = new FloatProp(1f, 0f, 0, 116, LINEAR); in buildConfig() 248 FloatProp mFgFadeIn = new FloatProp(0, 255f, 100, mDuration - 100, LINEAR); in buildConfig() 249 FloatProp mRadius = new FloatProp(mStartRadius, mEndRadius, 0, mDuration, LINEAR); in buildConfig() 250 FloatProp mThreePointInterpolation = new FloatProp(0, 1, 0, mDuration, LINEAR); in buildConfig()
|
D | AnimatorControllerWithResistance.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 79 private static final TimeInterpolator RECENTS_TRANSLATE_RESIST_INTERPOLATOR = LINEAR;
|
D | StaggeredWorkspaceAnim.java | 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 264 alpha.setInterpolator(LINEAR); in addStaggeredAnimationForView()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 22 import static com.android.launcher3.anim.Interpolators.LINEAR; 190 intro.setInterpolator(LINEAR); in playAnimation() 193 FloatProp mCircleAlpha = new FloatProp(0, 255, 0, firstPart, LINEAR); in playAnimation() 196 FloatProp mGradientAlpha = new FloatProp(0, 255, firstPart, secondPart * 0.3f, LINEAR); in playAnimation() 213 maxAllAppsProgress, LINEAR); in playAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarStateHandler.java | 20 import static com.android.launcher3.anim.Interpolators.LINEAR; 69 AnimatedFloat.VALUE, isTaskbarVisible ? 1f : 0f, LINEAR); in setState() 71 AnimatedFloat.VALUE, toState.getTaskbarScale(mLauncher), LINEAR); in setState() local
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimatorPlaybackController.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 82 mAnimationPlayer.setInterpolator(LINEAR); in AnimatorPlaybackController() 115 return mAnim.getInterpolator() != null ? mAnim.getInterpolator() : LINEAR; in getInterpolator() 183 LINEAR); in startWithVelocity()
|
D | SpringAnimationBuilder.java | 18 import static com.android.launcher3.anim.Interpolators.LINEAR; 196 animator.setDuration(getDuration()).setInterpolator(LINEAR); in build()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 163 Interpolator interpolator = (config.userControlled ? LINEAR : DEACCEL_1_7); in setStateWithAnimation() 185 Interpolators.clampToProgress(LINEAR, 0, CONTENT_VISIBLE_MAX_THRESHOLD)); in setAlphas()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 36 import static com.android.launcher3.anim.Interpolators.LINEAR; 474 alpha.setInterpolator(LINEAR); in getLauncherContentAnimator() 565 alpha.setInterpolator(LINEAR); in composeViewContentAnimator() 634 appAnimator.setInterpolator(LINEAR); in getOpeningWindowAnimators() 660 APP_LAUNCH_ALPHA_START_DELAY, prop.alphaDuration, LINEAR); in getOpeningWindowAnimators() 855 appAnimator.setInterpolator(LINEAR); in getOpeningWindowAnimatorsForWidget() 869 WIDGET_CROSSFADE_DURATION_MILLIS / 2 /* duration */, LINEAR); in getOpeningWindowAnimatorsForWidget() 871 1 /* end */, 0 /* delay */, 75 /* duration */, LINEAR); in getOpeningWindowAnimatorsForWidget() 874 WIDGET_CROSSFADE_DURATION_MILLIS / 2 /* duration */, LINEAR); in getOpeningWindowAnimatorsForWidget() 876 0 /* start */, RADIUS_DURATION, LINEAR); in getOpeningWindowAnimatorsForWidget() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonQuickSwitchTouchController.java | 27 import static com.android.launcher3.anim.Interpolators.LINEAR; 89 private static final Interpolator SCALE_DOWN_INTERPOLATOR = LINEAR; 237 xAnim.setFloat(mRecentsView, ADJACENT_PAGE_HORIZONTAL_OFFSET, scaleAndOffset[1], LINEAR); in setupOverviewAnimators() 239 toState.getWorkspaceScrimColor(mLauncher), LINEAR); in setupOverviewAnimators() local 241 xAnim.addFloat(mRecentsView, CONTENT_ALPHA, 0f, 1f, LINEAR); in setupOverviewAnimators()
|
D | QuickSwitchTouchController.java | 23 import static com.android.launcher3.anim.Interpolators.LINEAR; 136 stateAnimationConfig.setInterpolator(ANIM_WORKSPACE_TRANSLATE, LINEAR); in setupInterpolators() 137 stateAnimationConfig.setInterpolator(ANIM_VERTICAL_PROGRESS, LINEAR); in setupInterpolators()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
D | CarUiLinearLayoutStyle.java | 30 private int mLayoutType = CarUiRecyclerViewLayout.LINEAR; 61 return CarUiRecyclerViewLayout.LINEAR; in getLayoutType()
|
D | CarUiRecyclerView.java | 74 CarUiRecyclerViewLayout.LINEAR, 83 int LINEAR = 0; field
|
D | CarUiRecyclerViewImpl.java | 157 a.getInt(R.styleable.CarUiRecyclerView_layoutStyle, CarUiRecyclerViewLayout.LINEAR); in init() 187 == CarUiRecyclerView.CarUiRecyclerViewLayout.LINEAR) { in init() 247 if (layoutStyle.getLayoutType() == CarUiRecyclerViewLayout.LINEAR) { in setLayoutStyle()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | BackButtonAlphaHandler.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 57 mLauncher.shouldBackButtonBeHidden(toState) ? 0 : 1, LINEAR); in setStateWithAnimation()
|
D | DepthController.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 224 animation.setFloat(this, DEPTH, toDepth, config.getInterpolator(ANIM_DEPTH, LINEAR)); in setStateWithAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | QuickstepAtomicAnimationFactory.java | 33 import static com.android.launcher3.anim.Interpolators.LINEAR; 89 config.setInterpolator(ANIM_OVERVIEW_ACTIONS_FADE, clampToProgress(LINEAR, 0, 0.25f)); in prepareForAtomicAnimation() 90 config.setInterpolator(ANIM_SCRIM_FADE, LINEAR); in prepareForAtomicAnimation()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 31 import static com.android.launcher3.anim.Interpolators.LINEAR; 164 state.getWorkspaceBackgroundAlpha(mLauncher), LINEAR); in setScrim() 168 state.hasFlag(FLAG_HAS_SYS_UI_SCRIM) ? 1 : 0, LINEAR); in setScrim()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 31 import static com.android.launcher3.anim.Interpolators.LINEAR; 225 clampToProgress(LINEAR, 0, 0.2f)); in createRecentsWindowAnimator() 279 out.addFloat(v, VIEW_ALPHA, 1, 0, clampToProgress(LINEAR, 0.2f, 0.4f)); in createRecentsWindowAnimator() 459 clampToProgress(LINEAR, 0, 0.2f)); in composeRecentsSplitLaunchAnimatorLegacy()
|
D | BaseActivityInterface.java | 21 import static com.android.launcher3.anim.Interpolators.LINEAR; 507 recentsView.getMaxScaleForFullScreen(), 1, LINEAR); in createBackgroundToOverviewAnim() 508 pa.addFloat(recentsView, FULLSCREEN_PROGRESS, 1, 0, LINEAR); in createBackgroundToOverviewAnim()
|
D | SwipeUpAnimationLogic.java | 19 import static com.android.launcher3.anim.Interpolators.LINEAR; 98 mTaskViewSimulator.addAppToOverviewAnim(pa, LINEAR); in initTransitionEndpoints()
|
D | LauncherActivityInterface.java | 23 import static com.android.launcher3.anim.Interpolators.LINEAR; 132 fromDepthRatio, toDepthRatio, LINEAR); in prepareRecentsUI()
|