Searched refs:alphaChannelCount (Results 1 – 2 of 2) sorted by relevance
34 public AddItemDragLayer(Context context, AttributeSet attrs, int alphaChannelCount) { in AddItemDragLayer() argument35 super(context, attrs, alphaChannelCount); in AddItemDragLayer()
123 public BaseDragLayer(Context context, AttributeSet attrs, int alphaChannelCount) { in BaseDragLayer() argument126 mMultiValueAlpha = new MultiValueAlpha(this, alphaChannelCount); in BaseDragLayer()