Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java305 setChildColor(view, backgroundColor, colorAnimator); in assignMarginsAndBackgrounds()
376 setChildColor(view, newColor, colors); in initColorExtractionLocations()
381 setChildColor(childView, newColor, colors); in initColorExtractionLocations()
405 protected void setChildColor(View view, int color, AnimatorSet animatorSetOut) { in setChildColor() method in ArrowPopup
H A DPopupContainerWithArrow.java179 protected void setChildColor(View view, int color, AnimatorSet animatorSetOut) { in setChildColor() method
180 super.setChildColor(view, color, animatorSetOut); in setChildColor()