Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java300 setChildColor(view, backgroundColor, colorAnimator); in assignMarginsAndBackgrounds()
340 setChildColor(v, newColor, colors); in setupColorExtraction()
344 setChildColor(childView, newColor, colors); in setupColorExtraction()
416 protected void setChildColor(View view, int color, AnimatorSet animatorSetOut) { in setChildColor() method in ArrowPopup
DPopupContainerWithArrow.java173 protected void setChildColor(View view, int color, AnimatorSet animatorSetOut) { in setChildColor() method
174 super.setChildColor(view, color, animatorSetOut); in setChildColor()