Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DClearAllButton.java65 private float mNormalTranslationPrimary; field in ClearAllButton
138 mNormalTranslationPrimary = mIsRtl ? -shift : shift; in onRecentsViewScroll()
140 mNormalTranslationPrimary += mSidePadding; in onRecentsViewScroll()
222 + mNormalTranslationPrimary + getFullscreenTrans( in applyPrimaryTranslation()