Home
last modified time | relevance | path

Searched defs:transY (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemDrawingParams.java28 float transY; field in PreviewItemDrawingParams
35 PreviewItemDrawingParams(float transX, float transY, float scale) { in PreviewItemDrawingParams()
41 public void update(float transX, float transY, float scale) { in update()
DClippedFolderIconLayoutRule.java38 float transY; in computePreviewItemDrawingParams() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java416 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe()
424 public void setTranslationYForStash(float transY) { in setTranslationYForStash()
450 float transY = in getTaskbarIconTranslationYForPinningValue() local
457 float transY = in getTaskbarIconTranslationYForPinningValue() local
598 float[] transY = isStashed in addRevealAnimToIsStashed() local
609 MULTI_PROPERTY_VALUE, transY)); in addRevealAnimToIsStashed() local
DTaskbarSpringOnStashController.java67 float transY = mTranslationForStash.value; in updateTranslationYForStash() local
DTaskbarDragLayerController.java191 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe()
198 public void setTranslationYForStash(float transY) { in setTranslationYForStash()
DStashedHandleViewController.java282 protected void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe()
290 protected void setTranslationYForStash(float transY) { in setTranslationYForStash()
DTaskbarTranslationController.java92 float transY = mTranslationYForSwipe.value; in updateTranslationYForSwipe() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DCenterAlignedDynamicDrawableSpan.java81 int transY = bottom - drawable.getBounds().bottom; in draw() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java175 final float transY = mMaxHeightPx - mCircleSizePx - mPaddingPx; in playAnimation() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java243 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe()
DBubbleBarViewController.java363 public void setTranslationYForSwipe(float transY) { in setTranslationYForSwipe()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java279 public void setTranslationY(float transY) { in setTranslationY()
546 float transY = mView.getTranslationY(); in postScale() local
557 void updateTransform(float transX, float transY, float scaleX, float scaleY, in updateTransform()
1435 int transY = getHeight() / 8; in animateItemRemoval() local