Searched refs:mEndColor (Results 1 – 3 of 3) sorted by relevance
114 private int mEndColor = 0; field in GradientColor146 mEndColor = copy.mEndColor; in GradientColor()211 mEndColor = a.getColor( in updateRootElementState()212 R.styleable.GradientColor_endColor, mEndColor); in updateRootElementState()223 Log.v(TAG, "endColor: " + mEndColor); in updateRootElementState()454 tempColors[2] = mEndColor; in onColorsChange()464 tempColors[1] = mEndColor; in onColorsChange()
118 int mEndColor; field in DirectoryItemAnimator.ColorAnimation127 mEndColor = endColor; in ColorAnimation()149 viewHolder.itemView.setBackgroundColor(mEndColor); in onAnimationEnd()
16647 Landroid/content/res/GradientColor;->mEndColor:I