Home
last modified time | relevance | path

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

1234

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.kt227 setTranslationY(if (isExpansion) { in <lambda>()
258 setTranslationY(0f, 0f) in <lambda>()
270 private fun setTranslationY(repeatDaysTranslationY: Float, translationY: Float) { in <lambda>() method
271 repeatDays.setTranslationY(repeatDaysTranslationY) in <lambda>()
272 ringtone.setTranslationY(translationY) in <lambda>()
273 vibrate.setTranslationY(translationY) in <lambda>()
274 editLabel.setTranslationY(translationY) in <lambda>()
275 preemptiveDismissButton.setTranslationY(translationY) in <lambda>()
276 hairLine.setTranslationY(translationY) in <lambda>()
277 delete.setTranslationY(translationY) in <lambda>()
[all …]
DCollapsedAlarmViewHolder.kt160 arrow.setTranslationY(0f) in <lambda>()
217 arrow.setTranslationY(arrowTranslationY) in <lambda>()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateLayout.java86 mChild.setTranslationY(0); in onMeasure()
90 mChild.setTranslationY(h); in onMeasure()
94 mChild.setTranslationY(h); in onMeasure()
98 mChild.setTranslationY(0); in onMeasure()
/packages/apps/Camera2/src/com/android/camera/ui/
DRotateLayout.java91 mChild.setTranslationY(0); in onMeasure()
95 mChild.setTranslationY(h); in onMeasure()
99 mChild.setTranslationY(h); in onMeasure()
103 mChild.setTranslationY(0); in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DKeyboardInsetAnimationCallback.java53 mView.setTranslationY(mInitialTranslation); in onProgress()
58 mView.setTranslationY( in onProgress()
68 mView.setTranslationY(mInitialTranslation); in onStart()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DSearchAndRecommendationsScrollController.java275 mViewHolder.mHeaderTitle.setTranslationY(yDisplacement); in applyVerticalTransition()
276 mViewHolder.mRecommendedWidgetsTable.setTranslationY(yDisplacement); in applyVerticalTransition()
282 mViewHolder.mSearchBarContainer.setTranslationY(searchYDisplacement); in applyVerticalTransition()
288 mPrimaryWorkTabsView.setTranslationY(yDisplacementForTabs); in applyVerticalTransition()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java114 mLauncher.getHotseat().setTranslationY(0); in onDeviceProfileChanged()
115 mLauncher.getWorkspace().getPageIndicator().setTranslationY(0); in onDeviceProfileChanged()
129 mAppsView.setTranslationY(mProgress * mShiftRange); in setProgress()
DDiscoveryBounce.java103 mLauncher.getHotseat().setTranslationY(mLauncher.getStateManager().getState() in handleClose()
160 mView.setTranslationY(mLimit * (progress - 1)); in setProgress()
DWorkModeSwitch.java141 setTranslationY(0); in onApplyWindowInsets()
144 setTranslationY(mInsets.bottom - keyboardInsets.bottom); in onApplyWindowInsets()
DPluginHeaderRow.java67 mView.setTranslationY(scroll); in setVerticalScroll()
/packages/apps/Camera2/src/com/android/camera/widget/
DSettingsCling.java69 setTranslationY(referenceTop + referenceView.getMeasuredHeight()); in updatePosition()
81 setTranslationY(referenceTop - getMeasuredHeight()); in updatePosition()
DFilmstripView.java279 public void setTranslationY(float transY) { in setTranslationY() method in FilmstripView.ViewItem
280 mView.setTranslationY(transY * mFilmstrip.mScale); in setTranslationY()
349 setTranslationY((Float) valueAnimator.getAnimatedValue()); in animateTranslationY()
429 setTranslationY(0); in addViewToHierarchy()
570 mView.setTranslationY(transY); in updateTransform()
577 mView.setTranslationY(0f); in resetTransform()
1549 viewItem.setTranslationY(getHeight() / 8); in updateInsertion()
2817 mViewItems[hit].setTranslationY(transY);
DCling.java95 setTranslationY(top - currentTop); in adjustPosition()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java173 mFeedbackView.setTranslationY(0); in showFeedback()
184 mFeedbackView.setTranslationY(0); in showFeedback()
241 mFeedbackView.setTranslationY( in showFeedback()
255 mFeedbackView.setTranslationY(-mFeedbackView.getHeight() - mFeedbackView.getTop()); in showFeedback()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java205 mErrorText.setTranslationY(getResources().getDimensionPixelSize( in showError()
217 mErrorText.setTranslationY(0f); in showError()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java317 mStickyHeader.setTranslationY(lastViewBottom - stickyHeaderHeight); in updateStickyHeader()
322 mStickyHeader.setTranslationY(0); in updateStickyHeader()
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
DCallSubjectDialog.java455 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
466 mSubjectList.setTranslationY(mSubjectList.getHeight()); in showCallHistory()
489 mSubjectList.setTranslationY(0); in showCallHistory()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java292 mFolder.setTranslationY(0.0f); in getAnimator()
416 btv.setTranslationY(yDistance); in addPreviewItemAnimators()
426 btv.setTranslationY(0.0f); in addPreviewItemAnimators()
/packages/apps/Contacts/src/com/android/contacts/dialog/
DCallSubjectDialog.java520 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
530 mSubjectList.setTranslationY(mSubjectList.getHeight()); in showCallHistory()
551 mSubjectList.setTranslationY(0); in showCallHistory()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDigitalWellBeingToast.java265 mBanner.setTranslationY(mBannerOffsetPercentage * mBanner.getHeight()); in setupAndAddBanner()
285 mBanner.setTranslationY(offsetPercentage * mBanner.getHeight() + mVerticalOffset); in updateBannerOffset()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java238 v.setTranslationY(mSpringTransY); in addStaggeredAnimationForView()
257 v.setTranslationY(0f); in addStaggeredAnimationForView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/search/
DWidgetsSearchBar.java46 void setTranslationY(float translationY); in setTranslationY() method
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java247 mCurrentView.setTranslationY(translation); in onTouchEvent()
305 mCurrentView.setTranslationY(0); in checkEndState()
DStateView.java290 setTranslationY(0); in resetPosition()
323 setTranslationY(0); in onTouchEvent()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java114 view.setTranslationY(MathUtil.lerp(view.getTranslationY(), newY, SWIPE_LERP_PROGRESS_FACTOR)); in moveTowardY()
710 swipeToAnswerText.setTranslationY(0); in startSwipeToAnswerBounceAnimation()
711 contactPuckContainer.setTranslationY(0); in startSwipeToAnswerBounceAnimation()
715 swipeToRejectText.setTranslationY(0); in startSwipeToAnswerBounceAnimation()

1234