Home
last modified time | relevance | path

Searched refs:LINEAR (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java18 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/
DBaseRecentsViewStateController.java20 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()
DRecentsViewStateController.java22 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/
DRectFSpringAnim2.java19 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()
DAnimatorControllerWithResistance.java19 import static com.android.launcher3.anim.Interpolators.LINEAR;
79 private static final TimeInterpolator RECENTS_TRANSLATE_RESIST_INTERPOLATOR = LINEAR;
DStaggeredWorkspaceAnim.java21 import static com.android.launcher3.anim.Interpolators.LINEAR;
264 alpha.setInterpolator(LINEAR); in addStaggeredAnimationForView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java22 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/
DTaskbarStateHandler.java20 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/
DAnimatorPlaybackController.java19 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()
DSpringAnimationBuilder.java18 import static com.android.launcher3.anim.Interpolators.LINEAR;
196 animator.setDuration(getDuration()).setInterpolator(LINEAR); in build()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java21 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/
DQuickstepTransitionManager.java36 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/
DNoButtonQuickSwitchTouchController.java27 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()
DQuickSwitchTouchController.java23 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/
DCarUiLinearLayoutStyle.java30 private int mLayoutType = CarUiRecyclerViewLayout.LINEAR;
61 return CarUiRecyclerViewLayout.LINEAR; in getLayoutType()
DCarUiRecyclerView.java74 CarUiRecyclerViewLayout.LINEAR,
83 int LINEAR = 0; field
DCarUiRecyclerViewImpl.java157 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/
DBackButtonAlphaHandler.java19 import static com.android.launcher3.anim.Interpolators.LINEAR;
57 mLauncher.shouldBackButtonBeHidden(toState) ? 0 : 1, LINEAR); in setStateWithAnimation()
DDepthController.java19 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/
DQuickstepAtomicAnimationFactory.java33 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/
DWorkspaceStateTransitionAnimation.java31 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/
DTaskViewUtils.java31 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()
DBaseActivityInterface.java21 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()
DSwipeUpAnimationLogic.java19 import static com.android.launcher3.anim.Interpolators.LINEAR;
98 mTaskViewSimulator.addAppToOverviewAnim(pa, LINEAR); in initTransitionEndpoints()
DLauncherActivityInterface.java23 import static com.android.launcher3.anim.Interpolators.LINEAR;
132 fromDepthRatio, toDepthRatio, LINEAR); in prepareRecentsUI()

12