Searched refs:setChildColor (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 300 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
|
D | PopupContainerWithArrow.java | 173 protected void setChildColor(View view, int color, AnimatorSet animatorSetOut) { in setChildColor() method 174 super.setChildColor(view, color, animatorSetOut); in setChildColor()
|