How can I make arrangement fully clickable

Hello Developers.
As I stated in the title, I attempted to make layout fully clickable. Can anyone help me.
I tried these:

ViewGroup viewgroup = (ViewGroup)view.getView();
viewgroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
view.getView().setClickable(true);

where view is AndroidViewComponent.