Center TextView Programaticamente Android

yourTextView.setGravity(Gravity.CENTER);
Fedeboss