Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DSetIndividualHolder.java42 private SelectionAnimator mSelectionAnimator; field in SetIndividualHolder
54 mSelectionAnimator = selectionAnimator; in SetIndividualHolder()
68 mSelectionAnimator.selectImmediately(); in bindWallpaper()
70 mSelectionAnimator.deselectImmediately(); in bindWallpaper()
79 mSelectionAnimator.animateSelected(); in setSelectionState()
81 mSelectionAnimator.animateDeselected(); in setSelectionState()
83 mSelectionAnimator.showLoading(); in setSelectionState()
94 if (mSelectionAnimator.isSelected()) { in setWallpaper()
103 mSelectionAnimator.showLoading(); in setWallpaper()
132 mSelectionAnimator.showNotLoading(); in setWallpaper()
DDesktopRotationHolder.java46 private SelectionAnimator mSelectionAnimator; field in DesktopRotationHolder
65 mSelectionAnimator = selectionAnimator; in DesktopRotationHolder()
72 mSelectionAnimator.animateSelected(); in setSelectionState()
74 mSelectionAnimator.animateDeselected(); in setSelectionState()
76 mSelectionAnimator.showLoading(); in setSelectionState()
83 if (mSelectionAnimator.isSelected()) { in onClick()
87 mSelectionAnimator.showLoading(); in onClick()
98 mSelectionAnimator.selectImmediately(); in bind()
100 mSelectionAnimator.deselectImmediately(); in bind()