Home
last modified time | relevance | path

Searched refs:mAnimationOffset (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java808 int mAnimationOffset = 0; field in TaskView.FooterWrapper
834 outline.offset(0, -mAnimationOffset - mEntryAnimationOffset); in getOutline()
839 mAnimationOffset = Math.round(mStackHeight * offset); in updateFooterOffset()
840 mView.setTranslationY(mAnimationOffset + mEntryAnimationOffset in updateFooterOffset()