Searched refs:mCurrentColor (Results 1 – 5 of 5) sorted by relevance
55 private Integer mCurrentColor = null; field in CrossfadeImageView100 mCurrentColor = null; in setImageBitmap()111 if (mCurrentColor != null && mCurrentColor == color) { in setBackgroundColor()116 mCurrentColor = color; in setBackgroundColor()
106 private int mCurrentColor; field in CircledImageView112 if (color != CircledImageView.this.mCurrentColor) {113 CircledImageView.this.mCurrentColor = color;259 mPaint.setColor(mCurrentColor); in onDraw()291 mCurrentColor, newColor }); in setColorForCurrentState()297 if (newColor != mCurrentColor) { in setColorForCurrentState()298 mCurrentColor = newColor; in setColorForCurrentState()
35 private int mCurrentColor; field in TintDrawableWrapper57 final int color = mTintStateList.getColorForState(state, mCurrentColor); in updateTint()58 if (color != mCurrentColor) { in updateTint()64 mCurrentColor = color; in updateTint()
372 private int mCurrentColor = -1; field in EventInfoFragment487 mCurrentColor = mOriginalColor; in onQueryComplete()873 mCurrentColor = savedInstanceState.getInt(BUNDLE_KEY_CURRENT_COLOR); in onCreateView()1164 outState.putInt(BUNDLE_KEY_CURRENT_COLOR, mCurrentColor); in onSaveInstanceState()1257 mColorPickerDialog = EventColorPickerDialog.newInstance(mColors, mCurrentColor, in showEventColorPickerDialog()1269 if (mCurrentColor == mOriginalColor) { in saveEventColor()1274 if (mCurrentColor != mCalendarColor) { in saveEventColor()1452 intent.putExtra(EditEventActivity.EXTRA_EVENT_COLOR, mCurrentColor); in doEdit()1515 mHeadlines.setBackgroundColor(mCurrentColor); in updateEvent()2294 mCurrentColor = color;
31 private int mCurrentColor = Color.RED; field in ImageDraw118 mCurrentColor = color; in setColor()