Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertySetter.java47 default void setViewBackgroundColor(View view, int color, TimeInterpolator interpolator) { in setViewBackgroundColor() method
H A DPendingAnimation.java92 public void setViewBackgroundColor(View view, int color, TimeInterpolator interpolator) { in setViewBackgroundColor() method in PendingAnimation