Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java218 animateIconResize(/* scale */ ((float) mIconScaledSize / mIconSize), in bind()
245 animateIconResize(/* scale */ 1.f, in bind()
268 void animateIconResize(float scale, long duration) { in animateIconResize() method in AppItemViewHolder