Home
last modified time | relevance | path

Searched defs:animateDrawable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFolderIcon.java326 Drawable animateDrawable = ((TextView) destView).getCompoundDrawables()[1]; in performCreateAnimation() local
340 Drawable animateDrawable = ((TextView) finalView).getCompoundDrawables()[1]; in performDestroyAnimation() local
/packages/apps/Launcher3/src/com/android/launcher3/
DFolderIcon.java384 Drawable animateDrawable = getTopDrawable((TextView) destView); in performCreateAnimation() local
398 Drawable animateDrawable = getTopDrawable((TextView) finalView); in performDestroyAnimation() local