What is difference belows? // OK val picker = view.findViewById(R.id.picker) // NG val picker = view.findViewById(R.id.picker) as NumberPicker