Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java84 public int taskViewRemoveAnimTranslationXPx; field in RecentsConfiguration
227 taskViewRemoveAnimTranslationXPx = in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java529 animate().translationX(mConfig.taskViewRemoveAnimTranslationXPx) in startDeleteTaskAnimation()