Searched refs:mLastColor (Results 1 – 4 of 4) sorted by relevance
384 mLastColor = mColor; in setLightLocked()443 private int mLastColor; field in LightsService.LightImpl
1054 @ColorInt int mLastColor = originalTextColor; in drawHighContrastBackground()1103 var hasColorChanged = textColor != mLastColor; in drawHighContrastBackground()1105 mLastColor = textColor; in drawHighContrastBackground()
32330 private int mLastColor; field in View.ScrollabilityCache32361 if (color != mLastColor) { in setFadeColor()32362 mLastColor = color; in setFadeColor()
62672 Landroid/view/View$ScrollabilityCache;->mLastColor:I