Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/transition/
DTranslationAnimationCreator.java64 view.setTranslationY(startY); in createAnimation()
121 mMovingView.setTranslationY(mTerminalY); in onAnimationEnd()
129 mMovingView.setTranslationY(mTerminalY); in onAnimationPause()
135 mMovingView.setTranslationY(mPausedY); in onAnimationResume()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java263 ViewCompat.setTranslationY(view, -deltaY); in animateMove()
295 ViewCompat.setTranslationY(view, 0); in animateMoveImpl()
319 ViewCompat.setTranslationY(oldHolder.itemView, prevTranslationY); in animateChange()
325 ViewCompat.setTranslationY(newHolder.itemView, -deltaY); in animateChange()
354 ViewCompat.setTranslationY(view, 0); in animateChangeImpl()
375 ViewCompat.setTranslationY(newView, 0); in animateChangeImpl()
415 ViewCompat.setTranslationY(item.itemView, 0); in endChangeAnimationIfNecessary()
429 ViewCompat.setTranslationY(view, 0); in endAnimation()
457 ViewCompat.setTranslationY(view, 0); in endAnimation()
534 ViewCompat.setTranslationY(view, 0); in endAnimations()
[all …]
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetEventsTest.java81 public void setTranslationY(float value) { in setTranslationY() method in AnimatorSetEventsTest
82 button.setTranslationY(value); in setTranslationY()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DSystemBarScrimViews.java64 mStatusBarScrimView.setTranslationY(-mStatusBarScrimView.getMeasuredHeight()); in startEnterRecentsAnimation()
81 mNavBarScrimView.setTranslationY(mNavBarScrimView.getMeasuredHeight()); in startEnterRecentsAnimation()
DTaskViewTransform.java119 v.setTranslationY(translationY); in applyToTaskView()
137 v.setTranslationY(0f); in reset()
DTaskView.java248 setTranslationY(offscreenY); in prepareEnterRecentsAnimation()
253 setTranslationY(offscreenY); in prepareEnterRecentsAnimation()
297setTranslationY(transform.translationY + mConfig.taskViewAffiliateGroupEnterOffsetPx); in startEnterRecentsAnimation()
/frameworks/support/v4/honeycomb/android/support/v4/view/
DViewCompatHC.java96 public static void setTranslationY(View view, float value) { in setTranslationY() method in ViewCompatHC
97 view.setTranslationY(value); in setTranslationY()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPINView.java117 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
134 setTranslationY(0); in startDisappearAnimation()
DKeyguardPatternView.java306 setTranslationY(mAppearAnimationUtils.getStartTranslation()); in startAppearAnimation()
334 setTranslationY(0); in startDisappearAnimation()
DKeyguardDisplayManager.java139 mClock.setTranslationY(y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
DLLand.java201 tv.setTranslationY(-500); in setScoreField()
263 sun.setTranslationY(frand(w, (mHeight * 0.66f))); in reset()
266 sun.setTranslationY(frand(mHeight * 0.66f, mHeight - w)); in reset()
284 moon.setTranslationY(frand(w, mHeight - w)); in reset()
509 s1.setTranslationY(-s1.h-yinset);
523 p1.setTranslationY(-PARAMS.OBSTACLE_WIDTH);
544 s2.setTranslationY(mHeight+yinset);
558 p2.setTranslationY(mHeight);
788 setTranslationY(y < 0 ? 0 : y);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java139 ViewCompat.setTranslationY(mContentView, 0f);
140 ViewCompat.setTranslationY(mContainerView, 0f);
774 ViewCompat.setTranslationY(mContainerView, 0f); in doShow()
781 ViewCompat.setTranslationY(mContainerView, startingY); in doShow()
787 ViewCompat.setTranslationY(mContentView, startingY); in doShow()
791 ViewCompat.setTranslationY(mSplitView, mSplitView.getHeight()); in doShow()
810 ViewCompat.setTranslationY(mContainerView, 0); in doShow()
812 ViewCompat.setTranslationY(mContentView, 0); in doShow()
816 ViewCompat.setTranslationY(mSplitView, 0); in doShow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsPanelView.java190 oldHolder.iconView.setTranslationY(0f); in getView()
193 oldHolder.labelView.setTranslationY(0f); in getView()
197 oldHolder.calloutLine.setTranslationY(0f); in getView()
216 holder.iconView.setTranslationY(translation); in getView()
244 holder.iconView.setTranslationY(0f); in recycleView()
247 holder.labelView.setTranslationY(0f); in recycleView()
251 holder.calloutLine.setTranslationY(0f); in recycleView()
/frameworks/base/packages/Keyguard/
Dproguard.flags24 public void setTranslationY(float);
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java127 mContentView.setTranslationY(0);
128 mContainerView.setTranslationY(0);
763 mContainerView.setTranslationY(0); // because we're about to ask its window loc in doShow()
770 mContainerView.setTranslationY(startingY); in doShow()
780 mSplitView.setTranslationY(mSplitView.getHeight()); in doShow()
799 mContainerView.setTranslationY(0); in doShow()
801 mContentView.setTranslationY(0); in doShow()
805 mSplitView.setTranslationY(0); in doShow()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DPlaybackOverlayFragment.java394 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction)); in loadControlRowAnimator()
438 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction)); in loadOtherRowAnimator()
535 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY); in fade()
676 vh.getViewHolder().view.setTranslationY(0);
DPlaybackOverlaySupportFragment.java396 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction)); in loadControlRowAnimator()
440 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction)); in loadOtherRowAnimator()
537 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY); in fade()
678 vh.getViewHolder().view.setTranslationY(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java84 mBrightnessMirror.setTranslationY(mBrightnessMirror.getTranslationY() in setLocation()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DImmersiveModeConfirmation.java255 bubble.setTranslationY(-OFFSET_DP*density); in onAttachedToWindow()
264 ok.setTranslationY(-OFFSET_DP*density); in onAttachedToWindow()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java317 public void setTranslationY(View view, float value); in setTranslationY() method
620 public void setTranslationY(View view, float value) { in setTranslationY() method in ViewCompat.BaseViewCompatImpl
829 public void setTranslationY(View view, float value) { in setTranslationY() method in ViewCompat.HCViewCompatImpl
830 ViewCompatHC.setTranslationY(view, value); in setTranslationY()
2006 public static void setTranslationY(View view, float value) { in setTranslationY() method in ViewCompat
2007 IMPL.setTranslationY(view, value); in setTranslationY()
/frameworks/base/libs/hwui/
DRenderProperties.h245 bool setTranslationY(float translationY) { in setTranslationY() function
274 return setTranslationY(value - getTop()); in setY()
/frameworks/base/libs/hwui/tests/
Dmain.cpp116 cards[ci]->mutateStagingProperties().setTranslationY(i); in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java179 child.setTranslationY(child.getTranslationY() + mGoToFullShadeAppearingTranslation); in startAnimations()
190 child.setTranslationY(viewState.yTranslation); in startAnimations()
604 child.setTranslationY(newEndValue); in startYTranslationAnimation()
780 changingView.setTranslationY(viewState.yTranslation); in processAnimationEvents()
/frameworks/base/core/java/android/widget/
DStackView.java367 view.setTranslationY(transY); in transformViewAtIndex()
378 mHighlight.setTranslationY(v.getTranslationY()); in setupStackSlider()
451 mClickFeedback.setTranslationY(v.getTranslationY()); in updateClickFeedback()
1432 v.setTranslationY(0);
1437 v.setTranslationY(translationY);
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java993 renderNode.setTranslationY(value); in setValue()
1017 renderNode.setTranslationY(value - mView.mTop); in setValue()

123