Searched refs:setTranslationY (Results 26 - 50 of 81) sorted by relevance

1234

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java265 ViewCompat.setTranslationY(view, -deltaY);
297 ViewCompat.setTranslationY(view, 0);
326 ViewCompat.setTranslationY(oldHolder.itemView, prevTranslationY);
332 ViewCompat.setTranslationY(newHolder.itemView, -deltaY);
361 ViewCompat.setTranslationY(view, 0);
382 ViewCompat.setTranslationY(newView, 0);
422 ViewCompat.setTranslationY(item.itemView, 0);
436 ViewCompat.setTranslationY(view, 0);
464 ViewCompat.setTranslationY(view, 0);
550 ViewCompat.setTranslationY(vie
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DRecentsAnimation.cpp63 mCards[ci]->mutateStagingProperties().setTranslationY(curFrame);
H A DShapeAnimation.cpp102 card->mutateStagingProperties().setTranslationY(frameNr % 150);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMovingSurfaceViewActivity.java68 setTranslationY(ty);
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java134 mContentView.setTranslationY(0);
135 mContainerView.setTranslationY(0);
772 mContainerView.setTranslationY(0); // because we're about to ask its window loc
779 mContainerView.setTranslationY(startingY);
789 mSplitView.setTranslationY(mSplitView.getHeight());
808 mContainerView.setTranslationY(0);
810 mContentView.setTranslationY(0);
814 mSplitView.setTranslationY(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationSettingsIconRow.java235 mGearIcon.setTranslationY((parentHeight / 2) - (mGearIcon.getHeight() / 2));
237 mGearIcon.setTranslationY((mVertSpaceForGear - mGearIcon.getHeight()) / 2);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DWindowDecorActionBar.java138 ViewCompat.setTranslationY(mContentView, 0f);
139 ViewCompat.setTranslationY(mContainerView, 0f);
770 ViewCompat.setTranslationY(mContainerView, 0f);
777 ViewCompat.setTranslationY(mContainerView, startingY);
783 ViewCompat.setTranslationY(mContentView, startingY);
800 ViewCompat.setTranslationY(mContainerView, 0);
802 ViewCompat.setTranslationY(mContentView, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java160 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(),
280 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(),
480 mTransformedView.setTranslationY(0);
H A DNotificationTemplateViewWrapper.java247 mActionsContainer.setTranslationY(constrainedContentHeight - mView.getHeight());
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java140 mClock.setTranslationY(y);
H A DKeyguardPatternView.java369 setTranslationY(mAppearAnimationUtils.getStartTranslation());
395 setTranslationY(0);
H A DKeyguardPasswordView.java287 setTranslationY(0f);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipRecentsControlsView.java136 mPipControlsView.setTranslationY(0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackOverlayFragment.java430 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
474 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
571 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY);
712 vh.getViewHolder().view.setTranslationY(0);
H A DPlaybackOverlaySupportFragment.java432 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
476 view.setTranslationY((float) mAnimationTranslateY * (1f - fraction));
573 getVerticalGridView().getChildAt(i).setTranslationY(mAnimationTranslateY);
714 vh.getViewHolder().view.setTranslationY(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java243 setTranslationY(mKeyguardShowing ? (translationScaleY * mHeader.getHeight())
247 mQSPanel.setTranslationY(translationScaleY * mQSPanel.getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java160 mTaskView.setTranslationY(y);
253 mTaskView.setTranslationY(y);
H A DRecentsView.java398 setTranslationY(getMeasuredHeight());
400 setTranslationY(0f);
584 setTranslationY(event.distanceFromTop - mTaskStackView.getTaskViews().get(0).getY());
661 mStackActionButton.setTranslationY(-mStackActionButton.getMeasuredHeight() * 0.25f);
663 mStackActionButton.setTranslationY(0f);
H A DTaskViewTransform.java190 v.setTranslationY(0f);
/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java137 view.setTranslationY(startY);
324 object.setTranslationY(value.trans);
/frameworks/base/libs/hwui/
H A DRenderProperties.h274 bool setTranslationY(float translationY) { function in class:android::uirenderer::RenderProperties
303 return setTranslationY(value - getTop());
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java420 sun.setTranslationY(frand(w, (mHeight * 0.66f)));
423 sun.setTranslationY(frand(mHeight * 0.66f, mHeight - w));
441 moon.setTranslationY(frand(w, mHeight - w));
764 s1.setTranslationY(-s1.h-yinset);
778 p1.setTranslationY(-PARAMS.OBSTACLE_WIDTH);
799 s2.setTranslationY(mHeight+yinset);
813 p2.setTranslationY(mHeight);
1143 setTranslationY(y < 0 ? 0 : y);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerBaseConfigSetTest.java257 ViewCompat.setTranslationY(vh.itemView, size * 2);
291 ViewCompat.setTranslationY(vh.itemView, -size * 2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java237 mLogo.setTranslationY(translationY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollState.java224 view.setTranslationY(newYTranslation);

Completed in 764 milliseconds

1234