Searched refs:setTranslationY (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java81 public void setTranslationY(float value) { method in class:AnimatorSetEventsTest
82 button.setTranslationY(value);
/frameworks/base/core/java/android/transition/
H A DTranslationAnimationCreator.java64 view.setTranslationY(startY);
121 mMovingView.setTranslationY(mTerminalY);
129 mMovingView.setTranslationY(mTerminalY);
135 mMovingView.setTranslationY(mPausedY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DSystemBarScrimViews.java64 mStatusBarScrimView.setTranslationY(-mStatusBarScrimView.getMeasuredHeight());
81 mNavBarScrimView.setTranslationY(mNavBarScrimView.getMeasuredHeight());
H A DTaskViewTransform.java119 v.setTranslationY(translationY);
137 v.setTranslationY(0f);
H A DTaskView.java248 setTranslationY(offscreenY);
253 setTranslationY(offscreenY);
297 setTranslationY(transform.translationY + mConfig.taskViewAffiliateGroupEnterOffsetPx);
/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java96 public static void setTranslationY(View view, float value) { method in class:ViewCompatHC
97 view.setTranslationY(value);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPINView.java117 setTranslationY(mAppearAnimationUtils.getStartTranslation());
134 setTranslationY(0);
H A DKeyguardDisplayManager.java139 mClock.setTranslationY(y);
H A DKeyguardPatternView.java306 setTranslationY(mAppearAnimationUtils.getStartTranslation());
334 setTranslationY(0);
H A DAppearAnimationUtils.java175 view.setTranslationY(appearing ? translationY : 0);
H A DKeyguardPasswordView.java263 setTranslationY(0f);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java263 ViewCompat.setTranslationY(view, -deltaY);
295 ViewCompat.setTranslationY(view, 0);
319 ViewCompat.setTranslationY(oldHolder.itemView, prevTranslationY);
325 ViewCompat.setTranslationY(newHolder.itemView, -deltaY);
354 ViewCompat.setTranslationY(view, 0);
375 ViewCompat.setTranslationY(newView, 0);
415 ViewCompat.setTranslationY(item.itemView, 0);
429 ViewCompat.setTranslationY(view, 0);
457 ViewCompat.setTranslationY(view, 0);
534 ViewCompat.setTranslationY(vie
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java201 tv.setTranslationY(-500);
263 sun.setTranslationY(frand(w, (mHeight * 0.66f)));
266 sun.setTranslationY(frand(mHeight * 0.66f, mHeight - w));
284 moon.setTranslationY(frand(w, mHeight - w));
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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java84 mBrightnessMirror.setTranslationY(mBrightnessMirror.getTranslationY()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java139 ViewCompat.setTranslationY(mContentView, 0f);
140 ViewCompat.setTranslationY(mContainerView, 0f);
774 ViewCompat.setTranslationY(mContainerView, 0f);
781 ViewCompat.setTranslationY(mContainerView, startingY);
787 ViewCompat.setTranslationY(mContentView, startingY);
791 ViewCompat.setTranslationY(mSplitView, mSplitView.getHeight());
810 ViewCompat.setTranslationY(mContainerView, 0);
812 ViewCompat.setTranslationY(mContentView, 0);
816 ViewCompat.setTranslationY(mSplitView, 0);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java127 mContentView.setTranslationY(0);
128 mContainerView.setTranslationY(0);
763 mContainerView.setTranslationY(0); // because we're about to ask its window loc
770 mContainerView.setTranslationY(startingY);
780 mSplitView.setTranslationY(mSplitView.getHeight());
799 mContainerView.setTranslationY(0);
801 mContentView.setTranslationY(0);
805 mSplitView.setTranslationY(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java190 oldHolder.iconView.setTranslationY(0f);
193 oldHolder.labelView.setTranslationY(0f);
197 oldHolder.calloutLine.setTranslationY(0f);
216 holder.iconView.setTranslationY(translation);
244 holder.iconView.setTranslationY(0f);
247 holder.labelView.setTranslationY(0f);
251 holder.calloutLine.setTranslationY(0f);
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp116 cards[ci]->mutateStagingProperties().setTranslationY(i);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java394 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
438 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
535 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY);
676 vh.getViewHolder().view.setTranslationY(0);
H A DPlaybackOverlaySupportFragment.java396 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
440 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
537 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY);
678 vh.getViewHolder().view.setTranslationY(0);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java255 bubble.setTranslationY(-OFFSET_DP*density);
264 ok.setTranslationY(-OFFSET_DP*density);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java317 public void setTranslationY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
620 public void setTranslationY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
829 public void setTranslationY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
830 ViewCompatHC.setTranslationY(view, value);
2006 public static void setTranslationY(View view, float value) { method in class:ViewCompat
2007 IMPL.setTranslationY(view, value);
2042 * {@link #setTranslationY(View, float) translationY} property to be the difference between
/frameworks/base/libs/hwui/
H A DRenderProperties.h245 bool setTranslationY(float translationY) { function in class:android::uirenderer::RenderProperties
274 return setTranslationY(value - getTop());
H A DAnimator.cpp191 {RenderNode::TRANSLATION_Y, &RenderProperties::getTranslationY, &RenderProperties::setTranslationY },
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java134 child.setTranslationY(newYTranslation);

Completed in 735 milliseconds

12