Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsStateController.java94 setter.setFloat(mRecentsView.getClearAllButton(), ClearAllButton.VISIBILITY_ALPHA, in setProperties()
97 setter.setFloat(mActivity.getActionsView().getVisibilityAlpha(), in setProperties()
101 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setProperties()
103 setter.setFloat(mRecentsView, ADJACENT_PAGE_HORIZONTAL_OFFSET, scaleAndOffset[1], in setProperties()
105 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setProperties()
108 setter.setFloat(mRecentsView, TASK_MODALNESS, state.getOverviewModalness(), in setProperties()
110 setter.setFloat(mRecentsView, FULLSCREEN_PROGRESS, state.isFullScreen() ? 1 : 0, LINEAR); in setProperties()
112 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, showAsGrid ? 1f : 0f, in setProperties()
114 setter.setFloat(mRecentsView, TASK_THUMBNAIL_SPLASH_ALPHA, in setProperties()
133 setter.setFloat(mRecentsView, taskViewsFloat.first, isSplitSelectionState(state) in setProperties()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DBaseRecentsViewStateController.java109 setter.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setStateWithAnimationInternal()
111 setter.setFloat(mRecentsView, ADJACENT_PAGE_HORIZONTAL_OFFSET, scaleAndOffset[1], in setStateWithAnimationInternal()
113 setter.setFloat(mRecentsView, TASK_SECONDARY_TRANSLATION, 0f, in setStateWithAnimationInternal()
135 setter.setFloat( in setStateWithAnimationInternal()
160 setter.setFloat(mRecentsView, getContentAlphaProperty(), toState.overviewUi ? 1 : 0, in setStateWithAnimationInternal()
163 setter.setFloat( in setStateWithAnimationInternal()
169 setter.setFloat(mRecentsView, TASK_THUMBNAIL_SPLASH_ALPHA, in setStateWithAnimationInternal()
178 setter.setFloat(mRecentsView, RECENTS_GRID_PROGRESS, showAsGrid ? 1f : 0f, in setStateWithAnimationInternal()
DRecentsViewStateController.java112 builder.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setStateWithAnimationInternal()
142 builder.setFloat(mRecentsView, taskViewsFloat.first, in handleSplitSelectionState()
146 builder.setFloat(mRecentsView, taskViewsFloat.second, in handleSplitSelectionState()
160 propertySetter.setFloat(mRecentsView.getClearAllButton(), ClearAllButton.VISIBILITY_ALPHA, in setAlphas()
163 propertySetter.setFloat(mLauncher.getActionsView().getVisibilityAlpha(), in setAlphas()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java136 propertySetter.setFloat(mWorkspace, WORKSPACE_SCALE_PROPERTY, mNewScale, in setWorkspaceProperty()
149 propertySetter.setFloat(hotseat, HOTSEAT_SCALE_PROPERTY, hotseatScale, in setWorkspaceProperty()
195 propertySetter.setFloat(mWorkspace, VIEW_TRANSLATE_X, in setWorkspaceProperty()
197 propertySetter.setFloat(mWorkspace, VIEW_TRANSLATE_Y, in setWorkspaceProperty()
208 propertySetter.setFloat(hotseat, VIEW_TRANSLATE_Y, in setWorkspaceProperty()
210 propertySetter.setFloat(mWorkspace.getPageIndicator(), VIEW_TRANSLATE_Y, in setWorkspaceProperty()
221 propertySetter.setFloat(workspaceDragScrim, SCRIM_PROGRESS, in setScrim()
225 propertySetter.setFloat(sysUiScrim, SYSUI_PROGRESS, in setScrim()
244 propertySetter.setFloat(cl, in applyChildState()
248 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java446 setter.setFloat(mTaskbarIconTranslationYForHome, VALUE, -offsetY, interpolator); in createIconAlignmentController()
447 setter.setFloat(mTaskbarNavButtonTranslationY, VALUE, -offsetY, interpolator); in createIconAlignmentController()
448 setter.setFloat(mTaskbarNavButtonTranslationYForInAppDisplay, VALUE, offsetY, interpolator); in createIconAlignmentController()
501 setter.setFloat(mtd.getTranslationY(INDEX_TASKBAR_ALIGNMENT_ANIM), in createIconAlignmentController()
505 setter.setFloat(child, VIEW_TRANSLATE_Y, mTaskbarBottomMargin, interpolator); in createIconAlignmentController()
542 setter.setFloat(mtd.getTranslationX(INDEX_TASKBAR_ALIGNMENT_ANIM), in createIconAlignmentController()
544 setter.setFloat(mtd.getTranslationY(INDEX_TASKBAR_ALIGNMENT_ANIM), in createIconAlignmentController()
547 setter.setFloat(child, VIEW_TRANSLATE_X, toX, interpolator); in createIconAlignmentController()
548 setter.setFloat(child, VIEW_TRANSLATE_Y, mTaskbarBottomMargin, interpolator); in createIconAlignmentController()
550 setter.setFloat(child, SCALE_PROPERTY, scaleUp, interpolator); in createIconAlignmentController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java146 anim.setFloat(mTaskViewSwipeUpAnimation in fadeOutFakeTaskView()
154 fadeAnim.setFloat(mTaskViewSwipeUpAnimation in fadeOutFakeTaskView()
189 anim.setFloat(mTaskViewSwipeUpAnimation in fadeOutFakeTaskView()
217 anim.setFloat(mTaskViewSwipeUpAnimation in resetFakeTaskView()
DOverviewGestureTutorialController.java193 anim.setFloat(mTaskViewSwipeUpAnimation in animateTaskViewToOverview()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java146 builder.setFloat(allAppsController, ALL_APPS_PULL_BACK_TRANSLATION, in initCurrentAnimation()
148 builder.setFloat(allAppsController, ALL_APPS_PULL_BACK_ALPHA, in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java247 xAnim.setFloat(mRecentsView, ADJACENT_PAGE_HORIZONTAL_OFFSET, scaleAndOffset[1], LINEAR); in setupOverviewAnimators()
262 yAnim.setFloat(mRecentsView, RECENTS_SCALE_PROPERTY, scaleAndOffset[0], in setupOverviewAnimators()
264 yAnim.setFloat(mRecentsView, FULLSCREEN_PROGRESS, in setupOverviewAnimators()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java239 out.setFloat(tvsLocal.fullScreenProgress, in createRecentsWindowAnimator()
241 out.setFloat(tvsLocal.recentsViewScale, in createRecentsWindowAnimator()
244 out.setFloat(tvsLocal.recentsViewScroll, AnimatedFloat.VALUE, 0, in createRecentsWindowAnimator()
397 out.setFloat(depthController.stateDepth, MULTI_PROPERTY_VALUE, in createRecentsWindowAnimator()
DFallbackSwipeHandler.java297 pa.setFloat(mRecentsAlpha, AnimatedFloat.VALUE, 0, ACCEL); in createActivityAnimationToHome()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertySetter.java76 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() method in PropertySetter
DAnimatedPropertySetter.java77 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() method in AnimatedPropertySetter
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java408 setter.setFloat(getAppsViewProgressAlpha(), MultiPropertyFactory.MULTI_PROPERTY_VALUE,
410 setter.setFloat(getAppsViewPullbackAlpha(), MultiPropertyFactory.MULTI_PROPERTY_VALUE,
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java131 animation.setFloat(stateDepth, MULTI_PROPERTY_VALUE, toDepth, in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3065 anim.setFloat(taskView, VIEW_ALPHA, 0, in addDismissedTaskAnimations()
3388 anim.setFloat(taskView, TaskView.GRID_END_TRANSLATION_X, longGridRowWidthDiff, in createTaskDismissAnimation()
3408 anim.setFloat(mClearAllButton, DISMISS_ALPHA, 0, LINEAR); in createTaskDismissAnimation()
3481 anim.setFloat(child, translationProperty, scrollDiff, in createTaskDismissAnimation()
3550 anim.setFloat(taskView, TaskView.SNAPSHOT_SCALE, scale, in createTaskDismissAnimation()
3553 anim.setFloat(taskView, taskView.getPrimaryDismissTranslationProperty(), in createTaskDismissAnimation()
3561 anim.setFloat(taskView, taskView.getSecondaryDismissTranslationProperty(), in createTaskDismissAnimation()
3564 anim.setFloat(taskView, TaskView.FOCUS_TRANSITION, 0f, in createTaskDismissAnimation()
3578 anim.setFloat(taskView, taskView.getPrimaryDismissTranslationProperty(), in createTaskDismissAnimation()
/packages/modules/StatsD/statsd/src/
DFieldValue.h312 void setFloat(float v) { in setFloat() function
DFieldValue.cpp336 v.setFloat(float_value - that.float_value); in operator -()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java108 format.setFloat(key, val); in readFormatFloat()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragLayer.java357 anim.setFloat(view, VIEW_TRANSLATE_Y, to.top, interpolator); in animateView()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java108 mediaFormat.setFloat(key, val); in readFormatFloat()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java127 field.setFloat(object, cursor.getFloat(columnIndex)); in cursorToObject()
/packages/modules/Media/apex/framework/java/android/media/
DMediaParser.java2012 result.setFloat(MediaFormat.KEY_FRAME_RATE, format.frameRate); in toMediaFormat()
2051 result.setFloat("pixel-width-height-ratio-float", format.pixelWidthHeightRatio); in toMediaFormat()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java842 target.setFloat(getRecyclerView(), VIEW_TRANSLATE_Y, -distanceToMove, interpolator); in addHintCloseAnim()
/packages/providers/MediaProvider/src/com/android/providers/media/
DTranscodeHelperImpl.java1184 sourceFormat.setFloat(MediaFormat.KEY_FRAME_RATE, framerate); in getVideoTrackFormat()