Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java111 private final AnimatedFloat mTaskbarIconTranslationYForPinning = new AnimatedFloat( field in TaskbarViewController
188 mTaskbarIconTranslationYForPinning.updateValue(pinningValue); in init()
296 return mTaskbarIconTranslationYForPinning; in getTaskbarIconTranslationYForPinning()
443 float scale = mTaskbarIconTranslationYForPinning.value; in getTaskbarIconTranslationYForPinningValue()