Searched refs:alphaChannelCount (Results 1 – 2 of 2) sorted by relevance
36 public SimpleDragLayer(Context context, AttributeSet attrs, int alphaChannelCount) { in SimpleDragLayer() argument37 super(context, attrs, alphaChannelCount); in SimpleDragLayer()
122 public BaseDragLayer(Context context, AttributeSet attrs, int alphaChannelCount) { in BaseDragLayer() argument125 mMultiValueAlpha = new MultiValueAlpha(this, alphaChannelCount); in BaseDragLayer()