Searched refs:mShadowColor (Results 1 – 2 of 2) sorted by relevance
183 public final int mShadowColor; field in KeyboardView.KeyDrawParams249 mShadowColor = a.getColor(R.styleable.KeyboardView_shadowColor, 0); in KeyDrawParams()616 paint.setShadowLayer(params.mShadowRadius, 0, 0, params.mShadowColor); in onDrawKeyTopVisuals()
142 private int mShadowColor; field in KeyboardView327 mShadowColor = a.getColor(attr, 0); in KeyboardView()750 paint.setShadowLayer(mShadowRadius, 0, 0, mShadowColor); in onBufferDraw()