if(idx < (this.items.getCount() -1)){
                nextFocus = this.items.itemAt(idx+1);
            }