Searched refs:alphaByte (Results 1 – 1 of 1) sorted by relevance
88 int alphaByte = 0xff - ((int)(alphaDarkening * 255) & 0xff); in onMove() local89 int color = Color.rgb(alphaByte, alphaByte, alphaByte); in onMove()